diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:48:09 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:48:09 +0000 |
commit | 0b8d2e54d2eecf34eac89ff1540be4514427a8d2 (patch) | |
tree | d3e92b597ac3d46db2ec01fe6e618b676e2b685f | |
parent | x86 stable per bug 372785 (diff) | |
download | gentoo-2-0b8d2e54d2eecf34eac89ff1540be4514427a8d2.tar.gz gentoo-2-0b8d2e54d2eecf34eac89ff1540be4514427a8d2.tar.bz2 gentoo-2-0b8d2e54d2eecf34eac89ff1540be4514427a8d2.zip |
Version bump. Remove old.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
-rw-r--r-- | x11-misc/util-macros/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.13.0.ebuild | 15 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.15.0.ebuild | 15 |
3 files changed, 22 insertions, 16 deletions
diff --git a/x11-misc/util-macros/ChangeLog b/x11-misc/util-macros/ChangeLog index 1765bd33d921..fdc5e9712cf4 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.109 2011/06/19 08:30:31 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.110 2011/06/29 12:48:09 chithanh Exp $ + +*util-macros-1.15.0 (29 Jun 2011) + + 29 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + -util-macros-1.13.0.ebuild, +util-macros-1.15.0.ebuild: + Version bump. Remove old. 19 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> util-macros-1.14.0.ebuild: diff --git a/x11-misc/util-macros/util-macros-1.13.0.ebuild b/x11-misc/util-macros/util-macros-1.13.0.ebuild deleted file mode 100644 index d31e39079bab..000000000000 --- a/x11-misc/util-macros/util-macros-1.13.0.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2011 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.13.0.ebuild,v 1.3 2011/04/21 13:19:38 scarabeus Exp $ - -EAPI=3 -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}" diff --git a/x11-misc/util-macros/util-macros-1.15.0.ebuild b/x11-misc/util-macros/util-macros-1.15.0.ebuild new file mode 100644 index 000000000000..9ccd8ea6575e --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.15.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2011 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.15.0.ebuild,v 1.1 2011/06/29 12:48:09 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}" |