summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/util-macros/ChangeLog10
-rw-r--r--x11-misc/util-macros/util-macros-1.2.1.ebuild15
2 files changed, 23 insertions, 2 deletions
diff --git a/x11-misc/util-macros/ChangeLog b/x11-misc/util-macros/ChangeLog
index 23d17896d147..0231741e13c4 100644
--- a/x11-misc/util-macros/ChangeLog
+++ b/x11-misc/util-macros/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-misc/util-macros
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.60 2008/12/03 21:37:21 loki_val Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.61 2009/01/13 02:13:50 dberkholz Exp $
+
+*util-macros-1.2.1 (13 Jan 2009)
+
+ 13 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>;
+ +util-macros-1.2.1.ebuild:
+ Bump. Minor changes.
*util-macros-1.2.0 (03 Dec 2008)
diff --git a/x11-misc/util-macros/util-macros-1.2.1.ebuild b/x11-misc/util-macros/util-macros-1.2.1.ebuild
new file mode 100644
index 000000000000..8784a583c192
--- /dev/null
+++ b/x11-misc/util-macros/util-macros-1.2.1.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/util-macros-1.2.1.ebuild,v 1.1 2009/01/13 02:13:50 dberkholz Exp $
+
+# Must be before x-modular eclass is inherited
+#SNAPSHOT="yes"
+
+inherit x-modular
+
+DESCRIPTION="X.Org autotools utility macros"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"