diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:33:41 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 11:33:41 +0000 |
commit | 3ff1ad139658585725b6058c60f8c9ad34926fd5 (patch) | |
tree | 63125a5baef6e6159888d0956e7ec8e3f989f663 /x11-apps/xmag | |
parent | Version bump. (diff) | |
download | gentoo-2-3ff1ad139658585725b6058c60f8c9ad34926fd5.tar.gz gentoo-2-3ff1ad139658585725b6058c60f8c9ad34926fd5.tar.bz2 gentoo-2-3ff1ad139658585725b6058c60f8c9ad34926fd5.zip |
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-apps/xmag')
-rw-r--r-- | x11-apps/xmag/ChangeLog | 7 | ||||
-rw-r--r-- | x11-apps/xmag/xmag-1.0.3.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog index 05ef474dde42..101e0fd82f8d 100644 --- a/x11-apps/xmag/ChangeLog +++ b/x11-apps/xmag/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-apps/xmag # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.29 2009/07/07 01:45:49 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.30 2009/10/03 11:33:41 scarabeus Exp $ + +*xmag-1.0.3 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> +xmag-1.0.3.ebuild: + Version bump. 07 Jul 2009; Jeroen Roovers <jer@gentoo.org> xmag-1.0.2-r1.ebuild: Stable for HPPA too. diff --git a/x11-apps/xmag/xmag-1.0.3.ebuild b/x11-apps/xmag/xmag-1.0.3.ebuild new file mode 100644 index 000000000000..e8606eb10879 --- /dev/null +++ b/x11-apps/xmag/xmag-1.0.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/xmag-1.0.3.ebuild,v 1.1 2009/10/03 11:33:41 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xmag application" + +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND="x11-libs/libXaw" +DEPEND="${RDEPEND}" |