summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:44:19 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:44:19 +0000
commit2cacb952181c0421209be71499acdaeb175d77c9 (patch)
tree4433418afa42d3b841cce9e05d1abae5fe8993c8 /x11-misc/lineak-defaultplugin
parentRemove old versions. (diff)
downloadgentoo-2-2cacb952181c0421209be71499acdaeb175d77c9.tar.gz
gentoo-2-2cacb952181c0421209be71499acdaeb175d77c9.tar.bz2
gentoo-2-2cacb952181c0421209be71499acdaeb175d77c9.zip
Remove old versions.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/lineak-defaultplugin')
-rw-r--r--x11-misc/lineak-defaultplugin/ChangeLog8
-rw-r--r--x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild29
2 files changed, 6 insertions, 31 deletions
diff --git a/x11-misc/lineak-defaultplugin/ChangeLog b/x11-misc/lineak-defaultplugin/ChangeLog
index ec89f514619b..4bb5d8fb75d0 100644
--- a/x11-misc/lineak-defaultplugin/ChangeLog
+++ b/x11-misc/lineak-defaultplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineak-defaultplugin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.25 2008/06/29 11:26:12 loki_val Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/ChangeLog,v 1.26 2009/03/21 21:44:19 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -lineak-defaultplugin-0.9.0_pre1.ebuild:
+ Remove old versions.
29 Jun 2008; Peter Alfredsen <loki_val@gentoo.org>
lineak-defaultplugin-0.9.0.ebuild:
diff --git a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild b/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild
deleted file mode 100644
index d02ad1401cb2..000000000000
--- a/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-defaultplugin/lineak-defaultplugin-0.9.0_pre1.ebuild,v 1.4 2007/03/18 09:37:17 nixnut Exp $
-
-inherit multilib
-
-MY_P=${PN/-/_}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Mute/unmute and other macros for LINEAK"
-HOMEPAGE="http://lineak.sourceforge.net/"
-SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-KEYWORDS="amd64 ppc x86"
-
-RDEPEND="=x11-misc/lineakd-${PV}*"
-DEPEND="${RDEPEND}"
-
-src_install() {
- sed -i 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' default_plugin/Makefile
-
- make DESTDIR=${D} \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die "make install failed"
- dodoc AUTHORS README
-}