commit: 8fb5f9ffca377fa45759287566b55cd231d74807
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 10 16:15:47 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Tue Nov 10 16:29:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb5f9ff
www-plugins/kaffeine-mozilla-plugin: remove old
Package-Manager: portage-2.2.20.1
.../kaffeine-mozilla-plugin-0.2.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git
a/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild
b/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild
deleted file mode 100644
index ac539a1..0000000
--- a/www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit nsplugins multilib
-
-MY_P=${P/-plugin/}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="The Kaffeine Mozilla starter plugin"
-HOMEPAGE="http://kaffeine.sourceforge.net/"
-SRC_URI="mirror://sourceforge/kaffeine/${MY_P}.tar.bz2"
-
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-LICENSE="GPL-2"
-IUSE=""
-
-RDEPEND=">=media-video/kaffeine-0.4.3
- x11-libs/libXaw"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf \
- --prefix=/usr/$(get_libdir)/${PLUGINS_DIR}
- --libdir=/usr/$(get_libdir)/${PLUGINS_DIR%plugins}
-
- emake || die
-}
-
-src_install() {
- einstall prefix="${D}"/usr/$(get_libdir)/${PLUGINS_DIR%plugins} || die
- dodoc AUTHORS ChangeLog README
-}