summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-09-17 21:23:21 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-09-17 21:23:21 +0000
commitf94cb5e0feaa17d3a9336eec0a70177dc5cdace6 (patch)
treeae1365401bf7c87280147f6b34b4e20b8346e6ac
parentRemove old versions. (diff)
downloadgentoo-2-f94cb5e0feaa17d3a9336eec0a70177dc5cdace6.tar.gz
gentoo-2-f94cb5e0feaa17d3a9336eec0a70177dc5cdace6.tar.bz2
gentoo-2-f94cb5e0feaa17d3a9336eec0a70177dc5cdace6.zip
Remove old version.
(Portage version: 2.2_rc8/cvs/Linux 2.6.26-gentoo-r1 x86_64)
-rw-r--r--x11-misc/devilspie/ChangeLog6
-rw-r--r--x11-misc/devilspie/devilspie-0.21.ebuild31
2 files changed, 5 insertions, 32 deletions
diff --git a/x11-misc/devilspie/ChangeLog b/x11-misc/devilspie/ChangeLog
index 6058e09175eb..d899b4968c2c 100644
--- a/x11-misc/devilspie/ChangeLog
+++ b/x11-misc/devilspie/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/devilspie
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.44 2008/04/02 22:44:14 ken69267 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/devilspie/ChangeLog,v 1.45 2008/09/17 21:23:21 coldwind Exp $
+
+ 17 Sep 2008; Santiago M. Mola <coldwind@gentoo.org>
+ -devilspie-0.21.ebuild:
+ Remove old version.
02 Apr 2008; Kenneth Prugh <ken69267@gentoo.org> devilspie-0.22.ebuild:
amd64 stable, bug #214318
diff --git a/x11-misc/devilspie/devilspie-0.21.ebuild b/x11-misc/devilspie/devilspie-0.21.ebuild
deleted file mode 100644
index 98513ca1874c..000000000000
--- a/x11-misc/devilspie/devilspie-0.21.ebuild
+++ /dev/null
@@ -1,31 +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/devilspie/devilspie-0.21.ebuild,v 1.5 2007/11/11 17:30:27 armin76 Exp $
-
-DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature"
-HOMEPAGE="http://www.burtonini.com/blog/computers/devilspie"
-SRC_URI="http://www.burtonini.com/computing/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.10
- >=x11-libs/gtk+-2
- >=x11-libs/libwnck-2.10"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- dev-util/intltool
- sys-devel/gettext"
-
-src_unpack() {
- unpack ${A}
- sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" "${S}"/devilspie.1
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog README NEWS TODO
- keepdir /etc/devilspie
-}