diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 08:17:22 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2011-07-15 08:17:22 +0000 |
commit | c3c5ee4362fac5d7c6c1e75a99199ac972b8889e (patch) | |
tree | 6e424c9b283d2d11a2401a708d94296e2763e0be /x11-misc/xrootconsole | |
parent | Version bump (diff) | |
download | historical-c3c5ee4362fac5d7c6c1e75a99199ac972b8889e.tar.gz historical-c3c5ee4362fac5d7c6c1e75a99199ac972b8889e.tar.bz2 historical-c3c5ee4362fac5d7c6c1e75a99199ac972b8889e.zip |
ppc stable wrt 371797. Drop old
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/xrootconsole')
-rw-r--r-- | x11-misc/xrootconsole/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild | 29 | ||||
-rw-r--r-- | x11-misc/xrootconsole/xrootconsole-0.6.ebuild | 4 |
3 files changed, 7 insertions, 32 deletions
diff --git a/x11-misc/xrootconsole/ChangeLog b/x11-misc/xrootconsole/ChangeLog index 83514b567ab5..85bea094d74b 100644 --- a/x11-misc/xrootconsole/ChangeLog +++ b/x11-misc/xrootconsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xrootconsole # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.27 2011/06/29 19:24:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/ChangeLog,v 1.28 2011/07/15 08:17:22 xarthisius Exp $ + + 15 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> + -xrootconsole-0.4-r1.ebuild, xrootconsole-0.6.ebuild: + ppc stable wrt 371797. Drop old 29 Jun 2011; Markus Meier <maekke@gentoo.org> xrootconsole-0.6.ebuild: x86 stable, bug #371797 diff --git a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild b/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild deleted file mode 100644 index dd2f63c00c49..000000000000 --- a/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.4-r1.ebuild,v 1.17 2011/06/25 18:18:53 armin76 Exp $ - -inherit eutils - -DESCRIPTION="A utility that displays its input in a text box on your root window" -HOMEPAGE="http://sourceforge.net/projects/xrootconsole/" -SRC_URI="http://de-fac.to/bob/xrootconsole/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-proto/xproto" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}.parse-color.patch -} - -src_install() { - dodir /usr/bin - make BINDIR="${D}usr/bin/" install || die -} diff --git a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild index e0c181fa10ce..5f41f128cc29 100644 --- a/x11-misc/xrootconsole/xrootconsole-0.6.ebuild +++ b/x11-misc/xrootconsole/xrootconsole-0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.9 2011/06/29 19:24:40 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xrootconsole/xrootconsole-0.6.ebuild,v 1.10 2011/07/15 08:17:22 xarthisius Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc x86" +KEYWORDS="amd64 ppc x86" IUSE="" RDEPEND="x11-libs/libX11" |