diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-07 21:23:55 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-07 21:23:55 +0000 |
commit | c4c0f09da2778d7941d6911e35969557667bbd9f (patch) | |
tree | c3b1bfb2b390ad2c12b2c2955b643af04274a250 /x11-misc/util-macros | |
parent | Remove older versions depending on php with gd-external (diff) | |
download | gentoo-2-c4c0f09da2778d7941d6911e35969557667bbd9f.tar.gz gentoo-2-c4c0f09da2778d7941d6911e35969557667bbd9f.tar.bz2 gentoo-2-c4c0f09da2778d7941d6911e35969557667bbd9f.zip |
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/util-macros')
-rw-r--r-- | x11-misc/util-macros/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.16.2.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-misc/util-macros/ChangeLog b/x11-misc/util-macros/ChangeLog index f058b26091d1..47d42295f07d 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.113 2012/01/25 17:35:41 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.114 2012/03/07 21:23:55 chithanh Exp $ + +*util-macros-1.16.2 (07 Mar 2012) + + 07 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +util-macros-1.16.2.ebuild: + Version bump. *util-macros-1.16.1 (25 Jan 2012) diff --git a/x11-misc/util-macros/util-macros-1.16.2.ebuild b/x11-misc/util-macros/util-macros-1.16.2.ebuild new file mode 100644 index 000000000000..4081d2b65d78 --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.16.2.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 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.16.2.ebuild,v 1.1 2012/03/07 21:23:55 chithanh Exp $ + +EAPI=4 +inherit xorg-2 + +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 ~ppc-aix ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |