summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-03-21 23:26:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-03-21 23:26:46 +0000
commitc2217e146e3994571b13a31ddafb4bd9c8d3d729 (patch)
tree76d75e32b5a8bcd7f209297d6262846f05b7d16c /x11-misc
parentFixed typo in sqlite3 extension. Removed old version (diff)
downloadgentoo-2-c2217e146e3994571b13a31ddafb4bd9c8d3d729.tar.gz
gentoo-2-c2217e146e3994571b13a31ddafb4bd9c8d3d729.tar.bz2
gentoo-2-c2217e146e3994571b13a31ddafb4bd9c8d3d729.zip
remove old, dep-broken ebuild
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/lineak-kdeplugins/ChangeLog8
-rw-r--r--x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0_pre1.ebuild29
2 files changed, 6 insertions, 31 deletions
diff --git a/x11-misc/lineak-kdeplugins/ChangeLog b/x11-misc/lineak-kdeplugins/ChangeLog
index 96a34f1c7275..4aaa881b95ed 100644
--- a/x11-misc/lineak-kdeplugins/ChangeLog
+++ b/x11-misc/lineak-kdeplugins/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/lineak-kdeplugins
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.29 2008/04/22 17:54:45 drac Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineak-kdeplugins/ChangeLog,v 1.30 2009/03/21 23:26:46 mr_bones_ Exp $
+
+ 21 Mar 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ -lineak-kdeplugins-0.9.0_pre1.ebuild:
+ remove old, dep-broken ebuild
22 Apr 2008; Samuli Suominen <drac@gentoo.org>
+files/lineak-kdeplugins-0.9.0-gcc43.patch,
diff --git a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0_pre1.ebuild b/x11-misc/lineak-kdeplugins/lineak-kdeplugins-0.9.0_pre1.ebuild
deleted file mode 100644
index e0e3b7adfd5b..000000000000
--- a/x11-misc/lineak-kdeplugins/lineak-kdeplugins-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-kdeplugins/lineak-kdeplugins-0.9.0_pre1.ebuild,v 1.4 2007/04/09 21:08:24 armin76 Exp $
-
-inherit kde multilib
-
-MY_P=${PN/-/_}-${PV/_/-}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="KDE plugins 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}"
-
-need-kde 3.2
-
-src_install() {
- make DESTDIR=${D} \
- PLUGINDIR=/usr/$(get_libdir)/lineakd/plugins \
- install || die "make install failed"
- dodoc AUTHORS README
-}