summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2015-11-11 03:15:47 +1100
committerMichael Palimaka <kensington@gentoo.org>2015-11-11 03:29:45 +1100
commit8fb5f9ffca377fa45759287566b55cd231d74807 (patch)
treefee084c03cb56b15053af2c8fa6b77ffdf4dd399 /www-plugins/kaffeine-mozilla-plugin
parentprofiles: unmask removed app-crypt/qca-* (diff)
downloadgentoo-8fb5f9ffca377fa45759287566b55cd231d74807.tar.gz
gentoo-8fb5f9ffca377fa45759287566b55cd231d74807.tar.bz2
gentoo-8fb5f9ffca377fa45759287566b55cd231d74807.zip
www-plugins/kaffeine-mozilla-plugin: remove old
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'www-plugins/kaffeine-mozilla-plugin')
-rw-r--r--www-plugins/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild34
1 files changed, 0 insertions, 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 ac539a1504e6..000000000000
--- 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
-}