diff options
author | Matt Turner <mattst88@gentoo.org> | 2013-11-01 03:20:35 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2013-11-01 03:20:35 +0000 |
commit | c11dee283032ea222b0267aefb04909af2ff005f (patch) | |
tree | 3700c22d6d890ec53548fadc6fb9633bcd39ac70 /x11-proto/presentproto | |
parent | New package. (diff) | |
download | gentoo-2-c11dee283032ea222b0267aefb04909af2ff005f.tar.gz gentoo-2-c11dee283032ea222b0267aefb04909af2ff005f.tar.bz2 gentoo-2-c11dee283032ea222b0267aefb04909af2ff005f.zip |
New package.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 974CA72A)
Diffstat (limited to 'x11-proto/presentproto')
-rw-r--r-- | x11-proto/presentproto/ChangeLog | 9 | ||||
-rw-r--r-- | x11-proto/presentproto/Manifest | 3 | ||||
-rw-r--r-- | x11-proto/presentproto/metadata.xml | 5 | ||||
-rw-r--r-- | x11-proto/presentproto/presentproto-1.0.ebuild | 14 |
4 files changed, 31 insertions, 0 deletions
diff --git a/x11-proto/presentproto/ChangeLog b/x11-proto/presentproto/ChangeLog new file mode 100644 index 000000000000..01604105602d --- /dev/null +++ b/x11-proto/presentproto/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for x11-proto/presentproto +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/presentproto/ChangeLog,v 1.1 2013/11/01 03:20:35 mattst88 Exp $ + +*presentproto-1.0 (01 Nov 2013) + + 01 Nov 2013; Matt Turner <mattst88@gentoo.org> +metadata.xml, + +presentproto-1.0.ebuild: + New package. diff --git a/x11-proto/presentproto/Manifest b/x11-proto/presentproto/Manifest new file mode 100644 index 000000000000..0a5273668326 --- /dev/null +++ b/x11-proto/presentproto/Manifest @@ -0,0 +1,3 @@ +DIST presentproto-1.0.tar.bz2 107998 SHA256 812c7d48721f909a0f7a2cb1e91f6eead76159a36c4712f4579ca587552839ce SHA512 6d6b3cb78ff7c6ad8103d0003479f94702aea412640feec5d82cb630c9560fd0e1f7b6124e9eaba138adc9bf61ee08ef193537c2754c9b79737ef871c5114c59 WHIRLPOOL 57476a23543587949d2b2cf7505eaba9769fa3d4bca0005461957f03a7700f0c21a742a66d71bb3ad91b2a14debbabade0277143749b46acc09e6b9755db6592 +EBUILD presentproto-1.0.ebuild 583 SHA256 e0b0d8090ca6a445474617e10d4dec7eb67cd6bf163a0024fc14556454a4bc24 SHA512 60003c20571572ec221776b01abb9e0f86006946ead0294285ca569f404a150f2d451583eff7e763a31ec020ffda2351f51369f66a6af1654694e2d2751e4f46 WHIRLPOOL a41503725550be17d5bea85891ca2cd0ce23a8364a92ab43fabd98a16bdb6e46a3fb0f70f15537f84e9be1ae974f460a447b0ce42a1c602b635b4ad4a56c473a +MISC metadata.xml 156 SHA256 5101ab0d4cc8c7125eea733c44e86962769bd77acaf53b69223b9cadcdd29055 SHA512 daa9bb2a9b1a16220327bc394f10d93a1a8a427bfbed8808cd247c1dfd5a5b87a4945d55d8243e07fede2c8182a208c618ebd483773d77e9d23862ec77016019 WHIRLPOOL 691e028648bb8b60771d74ef718c51fdb0f4a587e984f6ac4c13d7796415ecf770df2e0fd766399091771924bb65995e9bb290baa35971c56e07d76f2bbf6d93 diff --git a/x11-proto/presentproto/metadata.xml b/x11-proto/presentproto/metadata.xml new file mode 100644 index 000000000000..01c4c004e735 --- /dev/null +++ b/x11-proto/presentproto/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>x11</herd> +</pkgmetadata> diff --git a/x11-proto/presentproto/presentproto-1.0.ebuild b/x11-proto/presentproto/presentproto-1.0.ebuild new file mode 100644 index 000000000000..d521c6753bc8 --- /dev/null +++ b/x11-proto/presentproto/presentproto-1.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/presentproto/presentproto-1.0.ebuild,v 1.1 2013/11/01 03:20:35 mattst88 Exp $ + +EAPI=5 +inherit xorg-2 + +DESCRIPTION="X.Org Present protocol specification and Xlib/Xserver headers" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |