diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 12:15:30 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 12:15:30 +0000 |
commit | bd631a75cb8da95de6ed185fff6f4db70ddc4a97 (patch) | |
tree | 6fbc2e10b8a99cfa74c2ce36cd6ae01af2caa3c7 /x11-proto/fixesproto | |
parent | Version bump, bug #287385. (diff) | |
download | historical-bd631a75cb8da95de6ed185fff6f4db70ddc4a97.tar.gz historical-bd631a75cb8da95de6ed185fff6f4db70ddc4a97.tar.bz2 historical-bd631a75cb8da95de6ed185fff6f4db70ddc4a97.zip |
Version bump.
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'x11-proto/fixesproto')
-rw-r--r-- | x11-proto/fixesproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/fixesproto/fixesproto-4.1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/fixesproto/ChangeLog b/x11-proto/fixesproto/ChangeLog index 1945728e15ff..b01d9f3fbae2 100644 --- a/x11-proto/fixesproto/ChangeLog +++ b/x11-proto/fixesproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/fixesproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.24 2009/05/05 15:07:33 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/fixesproto/ChangeLog,v 1.25 2009/10/03 12:14:21 scarabeus Exp $ + +*fixesproto-4.1 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +fixesproto-4.1.ebuild: + Version bump. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> fixesproto-4.0.ebuild: diff --git a/x11-proto/fixesproto/fixesproto-4.1.ebuild b/x11-proto/fixesproto/fixesproto-4.1.ebuild new file mode 100644 index 000000000000..5b46f755f206 --- /dev/null +++ b/x11-proto/fixesproto/fixesproto-4.1.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-proto/fixesproto/fixesproto-4.1.ebuild,v 1.1 2009/10/03 12:14:21 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Fixes protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" |