summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:45:39 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2009-03-21 21:45:39 +0000
commit5267e244c33fa4f6352011641fdcde2c5ad8dd79 (patch)
tree75117b0618130c2ad1c0ce43cbfc00639459eb7e /x11-misc
parentRemove old versions. (diff)
downloadgentoo-2-5267e244c33fa4f6352011641fdcde2c5ad8dd79.tar.gz
gentoo-2-5267e244c33fa4f6352011641fdcde2c5ad8dd79.tar.bz2
gentoo-2-5267e244c33fa4f6352011641fdcde2c5ad8dd79.zip
Remove old versions.
(Portage version: 2.1.6.9/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lineak-xosdplugin/ChangeLog8
-rw-r--r--x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild33
2 files changed, 6 insertions, 35 deletions
diff --git a/x11-misc/lineak-xosdplugin/ChangeLog b/x11-misc/lineak-xosdplugin/ChangeLog
index cdc50104c2d4..e575e247cea7 100644
--- a/x11-misc/lineak-xosdplugin/ChangeLog
+++ b/x11-misc/lineak-xosdplugin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineak-xosdplugin
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/ChangeLog,v 1.26 2008/04/22 17:09:31 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-xosdplugin/ChangeLog,v 1.27 2009/03/21 21:45:39 nelchael Exp $
+
+ 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org>
+ -lineak-xosdplugin-0.9.0_pre1.ebuild:
+ Remove old versions.
22 Apr 2008; Samuli Suominen <drac@gentoo.org>
+files/lineak-xosdplugin-0.9.0-gcc43.patch,
diff --git a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild b/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild
deleted file mode 100644
index 774f4399ef69..000000000000
--- a/x11-misc/lineak-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild
+++ /dev/null
@@ -1,33 +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-xosdplugin/lineak-xosdplugin-0.9.0_pre1.ebuild,v 1.4 2007/03/18 09:38:36 nixnut Exp $
-
-inherit multilib
-
-MY_P=${PN/-/_}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="Xosd plugin 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}*
- x11-libs/xosd"
-DEPEND="${RDEPEND}"
-
-src_compile() {
- econf --with-x || die "econf failed"
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR=${D} \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die "make install failed"
- dodoc AUTHORS README
-}