diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 12:12:27 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-10-03 12:12:27 +0000 |
commit | eee41a06a08231972913fbbc2f99a573082ef2cb (patch) | |
tree | 08d74afbaefd1719cd10e70511e4a3db090bc458 /x11-proto | |
parent | Version bump. (diff) | |
download | gentoo-2-eee41a06a08231972913fbbc2f99a573082ef2cb.tar.gz gentoo-2-eee41a06a08231972913fbbc2f99a573082ef2cb.tar.bz2 gentoo-2-eee41a06a08231972913fbbc2f99a573082ef2cb.zip |
Version bump.
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/compositeproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/compositeproto/compositeproto-0.4.1.ebuild | 15 |
2 files changed, 22 insertions, 1 deletions
diff --git a/x11-proto/compositeproto/ChangeLog b/x11-proto/compositeproto/ChangeLog index db86dcd4b1c6..b7a360e7c45a 100644 --- a/x11-proto/compositeproto/ChangeLog +++ b/x11-proto/compositeproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/compositeproto # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/ChangeLog,v 1.34 2009/05/05 15:00:34 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/compositeproto/ChangeLog,v 1.35 2009/10/03 12:12:27 scarabeus Exp $ + +*compositeproto-0.4.1 (03 Oct 2009) + + 03 Oct 2009; Tomáš Chvátal <scarabeus@gentoo.org> + +compositeproto-0.4.1.ebuild: + Version bump. 05 May 2009; Christian Faulhammer <fauli@gentoo.org> compositeproto-0.4.ebuild: diff --git a/x11-proto/compositeproto/compositeproto-0.4.1.ebuild b/x11-proto/compositeproto/compositeproto-0.4.1.ebuild new file mode 100644 index 000000000000..74267aa3d5d8 --- /dev/null +++ b/x11-proto/compositeproto/compositeproto-0.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/compositeproto/compositeproto-0.4.1.ebuild,v 1.1 2009/10/03 12:12:27 scarabeus Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Composite protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" +RDEPEND="" +DEPEND="${RDEPEND}" |