diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-11 21:41:38 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-11 21:41:38 +0000 |
commit | ed44c8cfb6d05331b0ec02c9c776eb8bfae1f3df (patch) | |
tree | b5719cb0f32ed5aec1403518c74e722f4af16be9 /x11-apps | |
parent | Remove old. (diff) | |
download | gentoo-2-ed44c8cfb6d05331b0ec02c9c776eb8bfae1f3df.tar.gz gentoo-2-ed44c8cfb6d05331b0ec02c9c776eb8bfae1f3df.tar.bz2 gentoo-2-ed44c8cfb6d05331b0ec02c9c776eb8bfae1f3df.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xsetroot/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xsetroot/xsetroot-1.1.0.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/x11-apps/xsetroot/ChangeLog b/x11-apps/xsetroot/ChangeLog index 530dbf0a79a0..c70b3f7ff5ab 100644 --- a/x11-apps/xsetroot/ChangeLog +++ b/x11-apps/xsetroot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xsetroot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.60 2015/03/03 10:52:44 dlan Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/ChangeLog,v 1.61 2015/04/11 21:41:38 mrueg Exp $ + + 11 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xsetroot-1.1.0.ebuild: + Remove old. 03 Mar 2015; Yixun Lan <dlan@gentoo.org> xsetroot-1.1.1.ebuild: add arm64 support, tested on A53 board diff --git a/x11-apps/xsetroot/xsetroot-1.1.0.ebuild b/x11-apps/xsetroot/xsetroot-1.1.0.ebuild deleted file mode 100644 index 15591bb9797a..000000000000 --- a/x11-apps/xsetroot/xsetroot-1.1.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetroot/xsetroot-1.1.0.ebuild,v 1.10 2012/05/15 14:23:20 aballier Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="X.Org xsetroot application" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="" -RDEPEND="x11-libs/libXmu - x11-libs/libX11 - x11-misc/xbitmaps - x11-libs/libXcursor" -DEPEND="${RDEPEND}" |