diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-14 01:15:53 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2012-03-14 01:15:53 +0000 |
commit | a0c2b58d577cdd6857f6fe25460354c8d81544c9 (patch) | |
tree | 1000ba131a671bd325b9f34c37554a26a4232d76 /x11-misc/util-macros | |
parent | Version bump. (diff) | |
download | gentoo-2-a0c2b58d577cdd6857f6fe25460354c8d81544c9.tar.gz gentoo-2-a0c2b58d577cdd6857f6fe25460354c8d81544c9.tar.bz2 gentoo-2-a0c2b58d577cdd6857f6fe25460354c8d81544c9.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.17.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-misc/util-macros/ChangeLog b/x11-misc/util-macros/ChangeLog index 47d42295f07d..eac81beeefc1 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.114 2012/03/07 21:23:55 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.115 2012/03/14 01:15:53 chithanh Exp $ + +*util-macros-1.17 (14 Mar 2012) + + 14 Mar 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +util-macros-1.17.ebuild: + Version bump. *util-macros-1.16.2 (07 Mar 2012) diff --git a/x11-misc/util-macros/util-macros-1.17.ebuild b/x11-misc/util-macros/util-macros-1.17.ebuild new file mode 100644 index 000000000000..7041e1cf3acf --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.17.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.17.ebuild,v 1.1 2012/03/14 01:15:53 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}" |