diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-10 02:05:13 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2008-03-10 02:05:13 +0000 |
commit | aa1721f9edf25704c626fd86c073d0152410b051 (patch) | |
tree | 28b587bfec83ad4213e105d95192d4179546249c /x11-apps/x11perf | |
parent | Drop to ~mips due to unstable deps (diff) | |
download | historical-aa1721f9edf25704c626fd86c073d0152410b051.tar.gz historical-aa1721f9edf25704c626fd86c073d0152410b051.tar.bz2 historical-aa1721f9edf25704c626fd86c073d0152410b051.zip |
Bump.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-apps/x11perf')
-rw-r--r-- | x11-apps/x11perf/ChangeLog | 9 | ||||
-rw-r--r-- | x11-apps/x11perf/x11perf-1.5.ebuild | 14 |
2 files changed, 21 insertions, 2 deletions
diff --git a/x11-apps/x11perf/ChangeLog b/x11-apps/x11perf/ChangeLog index bac8e8d226ea..a556eebe32ef 100644 --- a/x11-apps/x11perf/ChangeLog +++ b/x11-apps/x11perf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/x11perf -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.20 2007/09/28 04:14:15 kumba Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/ChangeLog,v 1.21 2008/03/10 01:54:57 dberkholz Exp $ + +*x11perf-1.5 (10 Mar 2008) + + 10 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>; +x11perf-1.5.ebuild: + Bump. 28 Sep 2007; Joshua Kinard <kumba@gentoo.org> x11perf-1.4.1.ebuild: Stable on mips, per #191615. diff --git a/x11-apps/x11perf/x11perf-1.5.ebuild b/x11-apps/x11perf/x11perf-1.5.ebuild new file mode 100644 index 000000000000..a49ec69ec1d5 --- /dev/null +++ b/x11-apps/x11perf/x11perf-1.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/x11perf/x11perf-1.5.ebuild,v 1.1 2008/03/10 01:54:57 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="summarize x11perf results" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND}" |