summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2015-07-04 10:07:32 +0000
committerManuel Rüger <mrueg@gentoo.org>2015-07-04 10:07:32 +0000
commit9e25a0825231da53ccdc0975c520b317a14e48d5 (patch)
tree8d9b57c51de01887ad612539b5169cfd6ee1501a /x11-apps
parentVersion bump. (diff)
downloadgentoo-2-9e25a0825231da53ccdc0975c520b317a14e48d5.tar.gz
gentoo-2-9e25a0825231da53ccdc0975c520b317a14e48d5.tar.bz2
gentoo-2-9e25a0825231da53ccdc0975c520b317a14e48d5.zip
Version bump.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/xmag/ChangeLog7
-rw-r--r--x11-apps/xmag/xmag-1.0.6.ebuild18
2 files changed, 24 insertions, 1 deletions
diff --git a/x11-apps/xmag/ChangeLog b/x11-apps/xmag/ChangeLog
index def559e98fa6..d1ea22618b86 100644
--- a/x11-apps/xmag/ChangeLog
+++ b/x11-apps/xmag/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for x11-apps/xmag
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.56 2015/04/11 21:45:22 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/ChangeLog,v 1.57 2015/07/04 10:07:32 mrueg Exp $
+
+*xmag-1.0.6 (04 Jul 2015)
+
+ 04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +xmag-1.0.6.ebuild:
+ Version bump.
11 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -xmag-1.0.4.ebuild:
Remove old.
diff --git a/x11-apps/xmag/xmag-1.0.6.ebuild b/x11-apps/xmag/xmag-1.0.6.ebuild
new file mode 100644
index 000000000000..bc38808d6de3
--- /dev/null
+++ b/x11-apps/xmag/xmag-1.0.6.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xmag/xmag-1.0.6.ebuild,v 1.1 2015/07/04 10:07:32 mrueg Exp $
+
+EAPI=5
+
+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}"