diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-19 15:40:40 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-19 15:40:40 +0000 |
commit | fd77365deb8f3ae78d9dd0f9d35c77b822e4ce52 (patch) | |
tree | 2bc458126800b654427425743ac157f64c48ba55 /x11-misc | |
parent | [xorg] Remove no longer needed mask. (diff) | |
download | gentoo-2-fd77365deb8f3ae78d9dd0f9d35c77b822e4ce52.tar.gz gentoo-2-fd77365deb8f3ae78d9dd0f9d35c77b822e4ce52.tar.bz2 gentoo-2-fd77365deb8f3ae78d9dd0f9d35c77b822e4ce52.zip |
x11-misc/util-macros: bump to 1.3.0
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/util-macros/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/util-macros/util-macros-1.3.0.ebuild | 14 |
2 files changed, 20 insertions, 1 deletions
diff --git a/x11-misc/util-macros/ChangeLog b/x11-misc/util-macros/ChangeLog index 8585f5ac028f..1c87433b805d 100644 --- a/x11-misc/util-macros/ChangeLog +++ b/x11-misc/util-macros/ChangeLog @@ -1,6 +1,11 @@ # 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.73 2009/06/23 21:21:53 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/util-macros/ChangeLog,v 1.74 2009/09/19 15:40:40 remi Exp $ + +*util-macros-1.3.0 (19 Sep 2009) + + 19 Sep 2009; Rémi Cardona <remi@gentoo.org> +util-macros-1.3.0.ebuild: + bump to 1.3.0 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> util-macros-1.2.1.ebuild: diff --git a/x11-misc/util-macros/util-macros-1.3.0.ebuild b/x11-misc/util-macros/util-macros-1.3.0.ebuild new file mode 100644 index 000000000000..2d71fb870dd4 --- /dev/null +++ b/x11-misc/util-macros/util-macros-1.3.0.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.3.0.ebuild,v 1.1 2009/09/19 15:40:40 remi 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}" |