diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 19:24:37 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-23 19:24:37 +0000 |
commit | 87a60d44dd9222319b11f434b92380748bf74702 (patch) | |
tree | 44e8914df48aed0655aa58d8060c45d1311f115e /x11-apps | |
parent | rm (diff) | |
download | gentoo-2-87a60d44dd9222319b11f434b92380748bf74702.tar.gz gentoo-2-87a60d44dd9222319b11f434b92380748bf74702.tar.bz2 gentoo-2-87a60d44dd9222319b11f434b92380748bf74702.zip |
rm
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 6 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.0.2.ebuild | 17 |
2 files changed, 5 insertions, 18 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index 5db26e205936..818d6acac9de 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xsetroot # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.38 2010/01/19 18:55:07 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.39 2010/01/23 19:24:37 scarabeus Exp $ + + 23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -xsetroot-1.0.2.ebuild: + rm 19 Jan 2010; Raúl Porcel <armin76@gentoo.org> xsetroot-1.0.3.ebuild: s390 stable wrt #294958 diff --git a/x11-apps/xsetroot/xsetroot-1.0.2.ebuild b/x11-apps/xsetroot/xsetroot-1.0.2.ebuild deleted file mode 100644 index 339b766cb803..000000000000 --- a/x11-apps/xsetroot/xsetroot-1.0.2.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.0.2.ebuild,v 1.9 2009/05/20 13:35:55 ranger Exp $ - -# Must be before x-modular eclass is inherited -#SNAPSHOT="yes" - -inherit x-modular - -DESCRIPTION="X.Org xsetroot application" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" -RDEPEND="x11-libs/libXmu - x11-libs/libX11 - x11-misc/xbitmaps" -DEPEND="${RDEPEND}" |