summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2009-12-15 11:53:47 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2009-12-15 11:53:47 +0000
commit6faa159b97e4d8e10e3c8d1efa5770b44f4754df (patch)
treeb18fbb5a2d582e96bc379e54b5f3d3edff191e8f /x11-misc
parentVersion bump. Add new zlib useflag. (diff)
downloadgentoo-2-6faa159b97e4d8e10e3c8d1efa5770b44f4754df.tar.gz
gentoo-2-6faa159b97e4d8e10e3c8d1efa5770b44f4754df.tar.bz2
gentoo-2-6faa159b97e4d8e10e3c8d1efa5770b44f4754df.zip
Version bump.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/util-macros/ChangeLog8
-rw-r--r--x11-misc/util-macros/util-macros-1.4.1.ebuild14
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-misc/util-macros/ChangeLog b/x11-misc/util-macros/ChangeLog
index 83d86b2e40ed..74e69a3cfc53 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.82 2009/12/02 09:32:10 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.83 2009/12/15 11:53:47 scarabeus Exp $
+
+*util-macros-1.4.1 (15 Dec 2009)
+
+ 15 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
+ +util-macros-1.4.1.ebuild:
+ Version bump.
02 Dec 2009; Tomáš Chvátal <scarabeus@gentoo.org>
-files/1.1.1-driver-man-suffix.patch:
diff --git a/x11-misc/util-macros/util-macros-1.4.1.ebuild b/x11-misc/util-macros/util-macros-1.4.1.ebuild
new file mode 100644
index 000000000000..3c27ab84dfd6
--- /dev/null
+++ b/x11-misc/util-macros/util-macros-1.4.1.ebuild
@@ -0,0 +1,14 @@
+# 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.4.1.ebuild,v 1.1 2009/12/15 11:53:47 scarabeus Exp $
+
+inherit x-modular
+
+EGIT_REPO_URI="git://anongit.freedesktop.org/git/xorg/util/macros"
+DESCRIPTION="X.Org autotools utility macros"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"