diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-19 22:53:33 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2007-02-19 22:53:33 +0000 |
commit | 2c5cce16dd78eeeba1dfbb2d87584994bd339d8b (patch) | |
tree | 6a9254ca16af19040963efc6275ee47fb8f25f4a /x11-proto | |
parent | rev bump and update for new license information (diff) | |
download | gentoo-2-2c5cce16dd78eeeba1dfbb2d87584994bd339d8b.tar.gz gentoo-2-2c5cce16dd78eeeba1dfbb2d87584994bd339d8b.tar.bz2 gentoo-2-2c5cce16dd78eeeba1dfbb2d87584994bd339d8b.zip |
Version bump. Includes minor fixes.
(Portage version: 2.1.2-r9)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/randrproto/ChangeLog | 8 | ||||
-rw-r--r-- | x11-proto/randrproto/files/digest-randrproto-1.2.1 | 3 | ||||
-rw-r--r-- | x11-proto/randrproto/randrproto-1.2.1.ebuild | 15 |
3 files changed, 25 insertions, 1 deletions
diff --git a/x11-proto/randrproto/ChangeLog b/x11-proto/randrproto/ChangeLog index 3c2b11f57d6b..cc7176b297ad 100644 --- a/x11-proto/randrproto/ChangeLog +++ b/x11-proto/randrproto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-proto/randrproto # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.29 2007/02/04 18:08:36 joshuabaergen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/ChangeLog,v 1.30 2007/02/19 22:53:33 joshuabaergen Exp $ + +*randrproto-1.2.1 (19 Feb 2007) + + 19 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> + +randrproto-1.2.1.ebuild: + Version bump. Includes minor fixes. 04 Feb 2007; Joshua Baergen <joshuabaergen@gentoo.org> randrproto-1.1.2.ebuild, randrproto-1.2.0.ebuild: diff --git a/x11-proto/randrproto/files/digest-randrproto-1.2.1 b/x11-proto/randrproto/files/digest-randrproto-1.2.1 new file mode 100644 index 000000000000..28f86d7ce663 --- /dev/null +++ b/x11-proto/randrproto/files/digest-randrproto-1.2.1 @@ -0,0 +1,3 @@ +MD5 e2e45564f8ce22e00e1360e79c8ccdeb randrproto-1.2.1.tar.bz2 54962 +RMD160 544919ec5a62a35949e49d7c183a85001a7c50f2 randrproto-1.2.1.tar.bz2 54962 +SHA256 102fd42f8f2562450f4e45c28bfb0390c2d30ffa6a805eead15d67018930f654 randrproto-1.2.1.tar.bz2 54962 diff --git a/x11-proto/randrproto/randrproto-1.2.1.ebuild b/x11-proto/randrproto/randrproto-1.2.1.ebuild new file mode 100644 index 000000000000..3f4cfd40cf8d --- /dev/null +++ b/x11-proto/randrproto/randrproto-1.2.1.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/randrproto/randrproto-1.2.1.ebuild,v 1.1 2007/02/19 22:53:33 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Randr protocol headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" + +RDEPEND="" +DEPEND="${RDEPEND}" |