diff options
author | Rémi Cardona <remi@gentoo.org> | 2009-09-28 10:42:37 +0000 |
---|---|---|
committer | Rémi Cardona <remi@gentoo.org> | 2009-09-28 10:42:37 +0000 |
commit | 803ac59c4ac3834f485d5840ef5aadadf8a0b681 (patch) | |
tree | b8c4471b6649be929d4cfde11c9b1d462080610b | |
parent | x11-libs/xtrans: drop old ebuilds (diff) | |
download | gentoo-2-803ac59c4ac3834f485d5840ef5aadadf8a0b681.tar.gz gentoo-2-803ac59c4ac3834f485d5840ef5aadadf8a0b681.tar.bz2 gentoo-2-803ac59c4ac3834f485d5840ef5aadadf8a0b681.zip |
x11-libs/xtrans: bump to 1.2.4
(Portage version: 2.2_rc42/cvs/Linux i686)
-rw-r--r-- | x11-libs/xtrans/ChangeLog | 7 | ||||
-rw-r--r-- | x11-libs/xtrans/xtrans-1.2.4.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/x11-libs/xtrans/ChangeLog b/x11-libs/xtrans/ChangeLog index 89d0583af14b..af0b38f0eacd 100644 --- a/x11-libs/xtrans/ChangeLog +++ b/x11-libs/xtrans/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for x11-libs/xtrans # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.65 2009/09/28 10:36:32 remi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/ChangeLog,v 1.66 2009/09/28 10:42:37 remi Exp $ + +*xtrans-1.2.4 (28 Sep 2009) + + 28 Sep 2009; Rémi Cardona <remi@gentoo.org> +xtrans-1.2.4.ebuild: + bump to 1.2.4 28 Sep 2009; Rémi Cardona <remi@gentoo.org> -xtrans-1.0.3.ebuild, -xtrans-1.0.4.ebuild, -xtrans-1.2.ebuild, -xtrans-1.2.1.ebuild, diff --git a/x11-libs/xtrans/xtrans-1.2.4.ebuild b/x11-libs/xtrans/xtrans-1.2.4.ebuild new file mode 100644 index 000000000000..1c9f7644958e --- /dev/null +++ b/x11-libs/xtrans/xtrans-1.2.4.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/xtrans/xtrans-1.2.4.ebuild,v 1.1 2009/09/28 10:42:37 remi Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org xtrans library" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |