diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-20 22:46:23 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-08-20 22:46:23 +0000 |
commit | 5cf5349dc1f39656349a49fbed12b160e89116dc (patch) | |
tree | cc94a09b217ac7c0f0604c2f20f3080ed46cb35a /x11-proto | |
parent | Initial import, ebuilds written by myself (diff) | |
download | gentoo-2-5cf5349dc1f39656349a49fbed12b160e89116dc.tar.gz gentoo-2-5cf5349dc1f39656349a49fbed12b160e89116dc.tar.bz2 gentoo-2-5cf5349dc1f39656349a49fbed12b160e89116dc.zip |
Moved from panoramixproto.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-proto')
-rw-r--r-- | x11-proto/xineramaproto/ChangeLog | 23 | ||||
-rw-r--r-- | x11-proto/xineramaproto/Manifest | 3 | ||||
-rw-r--r-- | x11-proto/xineramaproto/files/digest-xineramaproto-1.1 | 1 | ||||
-rw-r--r-- | x11-proto/xineramaproto/xineramaproto-1.1.ebuild | 19 |
4 files changed, 46 insertions, 0 deletions
diff --git a/x11-proto/xineramaproto/ChangeLog b/x11-proto/xineramaproto/ChangeLog new file mode 100644 index 000000000000..ce6045563246 --- /dev/null +++ b/x11-proto/xineramaproto/ChangeLog @@ -0,0 +1,23 @@ +# ChangeLog for x11-proto/panoramixproto +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/ChangeLog,v 1.1 2005/08/20 22:46:23 spyderous Exp $ + +*xineramaproto-1.1 (20 Aug 2005) + + 20 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +xineramaproto-1.1.ebuild: + Moved from panoramixproto. + + 15 Aug 2005; Herbie Hopkins <herbs@gentoo.org> panoramixproto-1.1.ebuild: + Marked ~amd64 + + 08 Aug 2005; Ferris McCormick <fmccor@gentoo.org> + panoramixproto-1.1.ebuild: + Add ~sparc keyword (modular X testing on sparc). + +*panoramixproto-1.1 (08 Aug 2005) + + 08 Aug 2005; Donnie Berkholz <spyderous@gentoo.org>; + +panoramixproto-1.1.ebuild: + Initial commit for modular X + diff --git a/x11-proto/xineramaproto/Manifest b/x11-proto/xineramaproto/Manifest new file mode 100644 index 000000000000..99612bf9a192 --- /dev/null +++ b/x11-proto/xineramaproto/Manifest @@ -0,0 +1,3 @@ +MD5 f22eaa6e6acc0d1eaac14b6150cf8c94 ChangeLog 598 +MD5 ef6b900153902bb549bc2d5d75004583 xineramaproto-1.1.ebuild 486 +MD5 96ed13b50a4a21e067525c33eadf0339 files/digest-xineramaproto-1.1 69 diff --git a/x11-proto/xineramaproto/files/digest-xineramaproto-1.1 b/x11-proto/xineramaproto/files/digest-xineramaproto-1.1 new file mode 100644 index 000000000000..d52d5ceee61e --- /dev/null +++ b/x11-proto/xineramaproto/files/digest-xineramaproto-1.1 @@ -0,0 +1 @@ +MD5 a4f6c6d5047d0ba7dbda27397c14c2ee xineramaproto-1.1.tar.bz2 37807 diff --git a/x11-proto/xineramaproto/xineramaproto-1.1.ebuild b/x11-proto/xineramaproto/xineramaproto-1.1.ebuild new file mode 100644 index 000000000000..cf22e1faf467 --- /dev/null +++ b/x11-proto/xineramaproto/xineramaproto-1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.1.ebuild,v 1.1 2005/08/20 22:46:23 spyderous Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org Xinerama protocol headers" +SRC_URI="http://dev.gentoo.org/~spyderous/xorg-x11/${P}.tar.bz2" +#HOMEPAGE="http://foo.bar.com/" +#SRC_URI="ftp://foo.bar.com/${P}.tar.bz2" +#LICENSE="" +#SLOT="0" +KEYWORDS="~amd64 ~s390 ~sparc ~x86" +#IUSE="X gnome" +#DEPEND="" +#RDEPEND="" |