diff options
author | 2015-04-08 17:36:12 +0000 | |
---|---|---|
committer | 2015-04-08 17:36:12 +0000 | |
commit | a7b75443ff200c0e829bd1836e4752f4bb71ca9a (patch) | |
tree | 7f13e1cd41f8203dc8779b63152f3db925bdf8af /x11-apps/xwd | |
parent | Remove old. (diff) | |
download | gentoo-2-a7b75443ff200c0e829bd1836e4752f4bb71ca9a.tar.gz gentoo-2-a7b75443ff200c0e829bd1836e4752f4bb71ca9a.tar.bz2 gentoo-2-a7b75443ff200c0e829bd1836e4752f4bb71ca9a.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps/xwd')
-rw-r--r-- | x11-apps/xwd/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.4.ebuild | 15 | ||||
-rw-r--r-- | x11-apps/xwd/xwd-1.0.5.ebuild | 19 |
3 files changed, 6 insertions, 36 deletions
diff --git a/x11-apps/xwd/ChangeLog b/x11-apps/xwd/ChangeLog index e96da955d94d..4b09a9936bc3 100644 --- a/x11-apps/xwd/ChangeLog +++ b/x11-apps/xwd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-apps/xwd -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.64 2013/10/08 05:04:54 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/ChangeLog,v 1.65 2015/04/08 17:36:12 mrueg Exp $ + + 08 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xwd-1.0.4.ebuild, + -xwd-1.0.5.ebuild: + Remove old. 08 Oct 2013; Agostino Sarubbo <ago@gentoo.org> xwd-1.0.6.ebuild: Stable for x86, wrt bug #475480 diff --git a/x11-apps/xwd/xwd-1.0.4.ebuild b/x11-apps/xwd/xwd-1.0.4.ebuild deleted file mode 100644 index 2760bfcc804f..000000000000 --- a/x11-apps/xwd/xwd-1.0.4.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xwd/xwd-1.0.4.ebuild,v 1.8 2011/02/14 18:57:31 xarthisius Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="dump an image of an X window" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xwd/xwd-1.0.5.ebuild b/x11-apps/xwd/xwd-1.0.5.ebuild deleted file mode 100644 index 0c948f13d5c1..000000000000 --- a/x11-apps/xwd/xwd-1.0.5.ebuild +++ /dev/null @@ -1,19 +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/xwd/xwd-1.0.5.ebuild,v 1.11 2012/08/26 17:09:46 armin76 Exp $ - -EAPI=4 - -inherit xorg-2 - -DESCRIPTION="dump an image of an X window" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd" -IUSE="" - -# libXt dependency is not in configure.ac, bug #408629, upstream #47462." -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-libs/libXt - x11-libs/libxkbfile - x11-proto/xproto" |