diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-09 18:53:29 +0100 |
commit | 4f2d7949f03e1c198bc888f2d05f421d35c57e21 (patch) | |
tree | ba5f07bf3f9d22d82e54a462313f5d244036c768 /x11-proto/xf86miscproto |
reinit the tree, so we can have metadata
Diffstat (limited to 'x11-proto/xf86miscproto')
-rw-r--r-- | x11-proto/xf86miscproto/Manifest | 5 | ||||
-rw-r--r-- | x11-proto/xf86miscproto/metadata.xml | 8 | ||||
-rw-r--r-- | x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild | 13 |
3 files changed, 26 insertions, 0 deletions
diff --git a/x11-proto/xf86miscproto/Manifest b/x11-proto/xf86miscproto/Manifest new file mode 100644 index 000000000000..40759aba6397 --- /dev/null +++ b/x11-proto/xf86miscproto/Manifest @@ -0,0 +1,5 @@ +DIST xf86miscproto-0.9.3.tar.bz2 84950 SHA256 45b8ec6a4a8ca21066dce117e09dcc88539862e616e60fb391de05b36f63b095 SHA512 b82370ee3aff3ee13c15ce645a74e6d927df0a2db01830a21fea4c36445495849d24410639525f02f369aabe8e1b6e6ab9acbfd3a41cb3cd7e6060a9c8ae320d WHIRLPOOL c23c5708b0e4ae1b6a1c946167f73e03d7b57c71da1a05c9aa5465e8e867504bfde932443f740af525dc830c73b1d39d9c4f0b3c79aae92539c83382fe0276b8 +EBUILD xf86miscproto-0.9.3.ebuild 416 SHA256 8582f300c6aeda487470d72e05e24af89f170a25830243116e545d0f2ebc3dc1 SHA512 aa2a7dd6766e7940f31b8eb0b5652756501bb125aedc0de364bc9d3f0d45b9399bfefc570c7ea5d8f8979960e065fc098d9b1ba77400264609e1f0d840fe73e2 WHIRLPOOL e24f1ced1ae8222e35e7e06d9d26a6073ee42308483990ab79660a13c0a46a20b6d9c09a40333c563c61696aa66c9a4b5a0f5311ab80ebd637bd74e304547ae1 +MISC ChangeLog 2446 SHA256 f7b3d0d4f5c0c036095222bf8c748096fa4a8b852b1b77118abf76cf19e53740 SHA512 ff11fd1865bed0971c7233b7af3f8d04b318786e82bb1ef3ac182c89b4a4092a8b69cfaba2bdc6113716943fc79fa381c6b23866a1559662b213afa0d54b18c2 WHIRLPOOL 31fa4b805a9cf8eb0d1c3f6aa89dee708872570c22152adfcd3733f4583eef6af395c244667e9291b41ec5f9f85852b55e4859a6846054894f2148bad4dd1c68 +MISC ChangeLog-2015 4883 SHA256 314729838af79d8882878eed51def0fe692ee82cff3b114d68641b6bac4969e3 SHA512 0d506c2cb8148ce75c686373b23867fb5590bfed2f92dfa90cdd34f98ebcd86730b017da3bfdb6cb1415f9a13abca6808127978c5975bb43d04af5c0a52bca61 WHIRLPOOL abed8c22f80a0077ccfcd13795f168118c3dbb6170546b93248be1a2888829886aba71dc1940e033a30ac67d68011a3b7c6e57a537cdcf35f5ec7f594f5692f7 +MISC metadata.xml 230 SHA256 677e4595d00a3098fde05ae33118b9ac05867dc5729c9cd579dc8badd1a28f68 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 WHIRLPOOL 4866c82c6428eae526c0a514c988e4119221f77b0e8bfb04fec713dd3ba516c69afc776a0c6f53c29abfd8507aa23801614db1ba544dd0a0dd4d6a9462c27306 diff --git a/x11-proto/xf86miscproto/metadata.xml b/x11-proto/xf86miscproto/metadata.xml new file mode 100644 index 000000000000..e943b72b8a48 --- /dev/null +++ b/x11-proto/xf86miscproto/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>x11@gentoo.org</email> + <name>X11</name> +</maintainer> +</pkgmetadata> diff --git a/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild b/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild new file mode 100644 index 000000000000..b06cde3e2b3a --- /dev/null +++ b/x11-proto/xf86miscproto/xf86miscproto-0.9.3.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=4 +inherit xorg-2 + +DESCRIPTION="X.Org XF86Misc protocol headers" + +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" |