diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-13 09:04:05 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2006-05-13 09:04:05 +0000 |
commit | e0cf17cf7aed8b246cd7f24e0d7d16262840bc33 (patch) | |
tree | 4ee02a26053d7b6113bdf0ba19ae2c06e6f29a3f /x11-apps/xtrap | |
parent | Bump. (diff) | |
download | gentoo-2-e0cf17cf7aed8b246cd7f24e0d7d16262840bc33.tar.gz gentoo-2-e0cf17cf7aed8b246cd7f24e0d7d16262840bc33.tar.bz2 gentoo-2-e0cf17cf7aed8b246cd7f24e0d7d16262840bc33.zip |
Bump.
(Portage version: 2.1_pre10-r5)
Diffstat (limited to 'x11-apps/xtrap')
-rw-r--r-- | x11-apps/xtrap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xtrap/files/digest-xtrap-1.0.2 | 3 | ||||
-rw-r--r-- | x11-apps/xtrap/xtrap-1.0.2.ebuild | 14 |
3 files changed, 23 insertions, 1 deletions
diff --git a/x11-apps/xtrap/ChangeLog b/x11-apps/xtrap/ChangeLog index 6600693cfba6..b14f1232d47f 100644 --- a/x11-apps/xtrap/ChangeLog +++ b/x11-apps/xtrap/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xtrap # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.12 2006/02/14 21:59:13 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/ChangeLog,v 1.13 2006/05/13 09:04:05 spyderous Exp $ + +*xtrap-1.0.2 (13 May 2006) + + 13 May 2006; Donnie Berkholz <spyderous@gentoo.org>; +xtrap-1.0.2.ebuild: + Bump. 14 Feb 2006; Markus Rothe <corsair@gentoo.org> xtrap-1.0.1.ebuild: Added ~ppc64 diff --git a/x11-apps/xtrap/files/digest-xtrap-1.0.2 b/x11-apps/xtrap/files/digest-xtrap-1.0.2 new file mode 100644 index 000000000000..c88c39b57f20 --- /dev/null +++ b/x11-apps/xtrap/files/digest-xtrap-1.0.2 @@ -0,0 +1,3 @@ +MD5 97a62a011a11f03b46d72851aa298fa8 xtrap-1.0.2.tar.bz2 95471 +RMD160 2eee6e6da2d6ce22c1d0148b546eea85b073ec22 xtrap-1.0.2.tar.bz2 95471 +SHA256 8f513da45b0c65dff4a3d477e5600a98d677571d7ed283f52c905987dcae0fbc xtrap-1.0.2.tar.bz2 95471 diff --git a/x11-apps/xtrap/xtrap-1.0.2.ebuild b/x11-apps/xtrap/xtrap-1.0.2.ebuild new file mode 100644 index 000000000000..009ab10b3ad7 --- /dev/null +++ b/x11-apps/xtrap/xtrap-1.0.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xtrap/xtrap-1.0.2.ebuild,v 1.1 2006/05/13 09:04:05 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xtrap application" +KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +RDEPEND="x11-libs/libX11 + x11-libs/libXTrap" +DEPEND="${RDEPEND}" |