summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-11-01 15:30:57 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-11-01 15:30:57 +0000
commitc829885f05c091e48f6285d4500c45b654228343 (patch)
treeabee69efc42ff5f4b5b2c42ad98361d68abacb37 /x11-apps/xmag
parentstable x86, bug 341545 (diff)
downloadhistorical-c829885f05c091e48f6285d4500c45b654228343.tar.gz
historical-c829885f05c091e48f6285d4500c45b654228343.tar.bz2
historical-c829885f05c091e48f6285d4500c45b654228343.zip
Version bump
Package-Manager: portage-2.2_rc98/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xmag')
-rw-r--r--x11-apps/xmag/ChangeLog7
-rw-r--r--x11-apps/xmag/xmag-1.0.4.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog
index 2ac142a5ab46..0351acc2a30a 100644
--- a/x11-apps/xmag/ChangeLog
+++ b/x11-apps/xmag/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xmag
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.39 2010/01/23 19:12:58 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.40 2010/11/01 15:27:04 scarabeus Exp $
+
+*xmag-1.0.4 (01 Nov 2010)
+
+ 01 Nov 2010; Tomáš Chvátal <scarabeus@gentoo.org> +xmag-1.0.4.ebuild:
+ Version bump
23 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org>
-xmag-1.0.2-r1.ebuild:
diff --git a/x11-apps/xmag/xmag-1.0.4.ebuild b/x11-apps/xmag/xmag-1.0.4.ebuild
new file mode 100644
index 000000000000..cdee827188e9
--- /dev/null
+++ b/x11-apps/xmag/xmag-1.0.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/xmag-1.0.4.ebuild,v 1.1 2010/11/01 15:27:04 scarabeus Exp $
+
+EAPI=3
+
+inherit xorg-2
+
+DESCRIPTION="X.Org xmag application"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}"