summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-11-24 05:44:47 +0200
committerMatt Turner <mattst88@gentoo.org>2017-11-25 12:19:50 -0800
commit4fdbd122695ad41a18663cc29f8291483d9684d0 (patch)
tree0d69e6575bb9febea30807d3261b5a0626813f8c
parentmedia-fonts/font-xfree86-type1: EAPI 3 -> 5 (diff)
downloadgentoo-4fdbd122695ad41a18663cc29f8291483d9684d0.tar.gz
gentoo-4fdbd122695ad41a18663cc29f8291483d9684d0.tar.bz2
gentoo-4fdbd122695ad41a18663cc29f8291483d9684d0.zip
x11-proto/dmxproto: EAPI 3 -> 5
Package-Manager: Portage-2.3.16, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/6268
-rw-r--r--x11-proto/dmxproto/Manifest2
-rw-r--r--x11-proto/dmxproto/dmxproto-2.3.1-r1.ebuild14
2 files changed, 15 insertions, 1 deletions
diff --git a/x11-proto/dmxproto/Manifest b/x11-proto/dmxproto/Manifest
index c8347e5f9cf2..4d3b36a94dd8 100644
--- a/x11-proto/dmxproto/Manifest
+++ b/x11-proto/dmxproto/Manifest
@@ -1 +1 @@
-DIST dmxproto-2.3.1.tar.bz2 96467 SHA256 e72051e6a3e06b236d19eed56368117b745ca1e1a27bdc50fd51aa375bea6509 SHA512 bbce91c35413a39ff8b70e5fddccea0e47af3e8f1cfc562b8acc2785ea350a04166799b29a31fd38f4a2c8d82c8d370d7a40fc24ec2c686f2244b59dce0ba4b5 WHIRLPOOL 2131c346982a2691ea0b6b8c8a91be946f206bf63a55ea340ed9c75a84370ddf75540315f26c8336b599aac6e8f92f38ef2bc558b3eab259fee2b6752d2e1e5a
+DIST dmxproto-2.3.1.tar.bz2 96467 BLAKE2B 6bf24ab884886b2035ef5685fe1a888ba9fc7166c8463a48b24a2705e3567372a437ce1a8dc99beba4777970d98baf2ebd855a5819287602988c2f02ac47f9b3 SHA512 bbce91c35413a39ff8b70e5fddccea0e47af3e8f1cfc562b8acc2785ea350a04166799b29a31fd38f4a2c8d82c8d370d7a40fc24ec2c686f2244b59dce0ba4b5
diff --git a/x11-proto/dmxproto/dmxproto-2.3.1-r1.ebuild b/x11-proto/dmxproto/dmxproto-2.3.1-r1.ebuild
new file mode 100644
index 000000000000..01b120a07816
--- /dev/null
+++ b/x11-proto/dmxproto/dmxproto-2.3.1-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="X.Org DMX protocol headers"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
+IUSE=""
+
+RDEPEND="!<x11-libs/libdmx-1.0.99.1"
+DEPEND="${RDEPEND}"