diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-12 18:40:50 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-12 18:40:50 +0000 |
commit | 301693cedbf0f60e1af78a066a246f5c8015caf7 (patch) | |
tree | 9e669e97925e1af0516f3116a928269004f88b2a /x11-apps | |
parent | Add a dependency on (old) xorg-server, bugs #542160 and #528624. (diff) | |
download | gentoo-2-301693cedbf0f60e1af78a066a246f5c8015caf7.tar.gz gentoo-2-301693cedbf0f60e1af78a066a246f5c8015caf7.tar.bz2 gentoo-2-301693cedbf0f60e1af78a066a246f5c8015caf7.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/x11perf/ChangeLog | 8 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.5.3.ebuild | 19 |
2 files changed, 5 insertions, 22 deletions
diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog index 67a285945a23..d05e29e552a8 100644 --- a/x11-apps/x11perf/ChangeLog +++ b/x11-apps/x11perf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/x11perf -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.73 2012/05/15 14:16:23 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.74 2015/04/12 18:40:50 mrueg Exp $ + + 12 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -x11perf-1.5.3.ebuild: + Remove old. 15 May 2012; Alexis Ballier <aballier@gentoo.org> x11perf-1.5.4.ebuild: keyword ~amd64-fbsd @@ -260,4 +263,3 @@ 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; +x11perf-0.99.0.ebuild: Initial commit for modular X. - diff --git a/x11-apps/x11perf/x11perf-1.5.3.ebuild b/x11-apps/x11perf/x11perf-1.5.3.ebuild deleted file mode 100644 index 2c713e0407d8..000000000000 --- a/x11-apps/x11perf/x11perf-1.5.3.ebuild +++ /dev/null @@ -1,19 +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/x11perf/x11perf-1.5.3.ebuild,v 1.7 2011/03/05 17:58:52 xarthisius Exp $ - -EAPI=3 - -inherit xorg-2 - -DESCRIPTION="X rendering operation stress test utility" - -KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXft - x11-libs/libXrender - x11-libs/libXext" -DEPEND="${RDEPEND}" |