diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:52:28 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-03-27 13:52:28 -0400 |
commit | 656629940860ab872cc876a66388e44ba4f2bff4 (patch) | |
tree | b26813b0e675f62f0deb0d133b0d666cff816cb4 /x11-apps | |
parent | x11-apps/xsetroot: Propagate stable keywords (diff) | |
download | gentoo-656629940860ab872cc876a66388e44ba4f2bff4.tar.gz gentoo-656629940860ab872cc876a66388e44ba4f2bff4.tar.bz2 gentoo-656629940860ab872cc876a66388e44ba4f2bff4.zip |
x11-apps/xsetroot: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.2.ebuild | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/x11-apps/xsetroot/xsetroot-1.1.2.ebuild b/x11-apps/xsetroot/xsetroot-1.1.2.ebuild deleted file mode 100644 index 448bc5f93d2a..000000000000 --- a/x11-apps/xsetroot/xsetroot-1.1.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="X.Org xsetroot application" - -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux" -IUSE="" -RDEPEND="x11-libs/libXmu - x11-libs/libX11 - x11-misc/xbitmaps - x11-libs/libXcursor" -DEPEND="${RDEPEND}" |