kensington    14/09/04 15:18:29

  Modified:             ChangeLog
  Added:                kaffeine-mozilla-plugin-0.2-r1.ebuild
  Log:
  Migrate to EAPI 5. Add missing dependencies. Remove useless la files. Install 
plugin to correct directory. Avoid unnecessary einstall usage wrt bug #521660.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
0x06B1F38DCA45A1EC!)

Revision  Changes    Path
1.4                  www-plugins/kaffeine-mozilla-plugin/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog   10 Aug 2014 20:09:42 -0000      1.3
+++ ChangeLog   4 Sep 2014 15:18:29 -0000       1.4
@@ -1,6 +1,13 @@
 # ChangeLog for www-plugins/kaffeine-mozilla-plugin
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog,v 1.3 
2014/08/10 20:09:42 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/ChangeLog,v 1.4 
2014/09/04 15:18:29 kensington Exp $
+
+*kaffeine-mozilla-plugin-0.2-r1 (04 Sep 2014)
+
+  04 Sep 2014; Michael Palimaka <[email protected]>
+  +kaffeine-mozilla-plugin-0.2-r1.ebuild:
+  Migrate to EAPI 5. Add missing dependencies. Remove useless la files. Install
+  plugin to correct directory. Avoid unnecessary einstall usage wrt bug 
#521660.
 
   10 Aug 2014; Sergei Trofimovich <[email protected]>
   kaffeine-mozilla-plugin-0.2.ebuild:



1.1                  
www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: kaffeine-mozilla-plugin-0.2-r1.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2-r1.ebuild,v
 1.1 2014/09/04 15:18:29 kensington Exp $

EAPI=5

inherit eutils multilib nsplugins

MY_P=${P/-plugin/}

DESCRIPTION="The Kaffeine Mozilla starter plugin"
HOMEPAGE="http://kaffeine.sourceforge.net/";
SRC_URI="mirror://sourceforge/kaffeine/${MY_P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""

DEPEND="x11-libs/libICE
        x11-libs/libSM
        x11-libs/libX11
        x11-libs/libXaw
        x11-libs/libXt"
RDEPEND="${DEPEND}
        media-video/kaffeine"

S=${WORKDIR}/${MY_P}

src_install() {
        emake prefix="${D}"/usr/$(get_libdir)/${PLUGINS_DIR%plugins} install
        dodoc AUTHORS ChangeLog README
        prune_libtool_files --modules
}




Reply via email to