summaryrefslogtreecommitdiffstats
path: root/xorg/xorgproto
diff options
context:
space:
mode:
authorTreeve Jelbert2018-02-06 14:51:14 +0100
committerTreeve Jelbert2018-02-06 14:51:14 +0100
commita01776d2723d95e3b6cc1b802278fcc58d5d82e6 (patch)
treede46ae11f6df1114e5c1195f20877495ac830161 /xorg/xorgproto
parent56258fbf9315eb5134edb5a71a4ad537cdb664e1 (diff)
xorgproto-2018.
Diffstat (limited to 'xorg/xorgproto')
-rwxr-xr-xxorg/xorgproto/CONFLICTS37
-rwxr-xr-xxorg/xorgproto/DETAILS20
-rw-r--r--xorg/xorgproto/HISTORY4
3 files changed, 61 insertions, 0 deletions
diff --git a/xorg/xorgproto/CONFLICTS b/xorg/xorgproto/CONFLICTS
new file mode 100755
index 0000000000..3de44741df
--- /dev/null
+++ b/xorg/xorgproto/CONFLICTS
@@ -0,0 +1,37 @@
+conflicts applewmproto y
+conflicts bigreqsproto y
+conflicts compositeproto y
+conflicts damageproto y
+conflicts dmxproto y
+conflicts dri2proto y
+conflicts dri3proto y
+conflicts evieproto y
+conflicts fixesproto y
+conflicts fontcacheproto y
+conflicts fontsproto y
+conflicts glproto y
+conflicts inputproto y
+conflicts kbproto y
+conflicts lg3dproto y
+conflicts presentproto y
+conflicts printproto y
+conflicts randrproto y
+conflicts recordproto y
+conflicts renderproto y
+conflicts resourceproto y
+conflicts scrnsaverproto y
+conflicts trapproto y
+conflicts videoproto y
+conflicts windowswmproto y
+conflicts xcalibrateproto y
+conflicts xcmiscproto y
+conflicts xextproto y
+conflicts xf86bigfontproto y
+conflicts xf86dgaproto y
+conflicts xf86driproto y
+conflicts xf86miscproto y
+conflicts xf86rushproto y
+conflicts xf86vidmodeproto y
+conflicts xineramaproto y
+conflicts xproto y
+conflicts xproxymngproto y
diff --git a/xorg/xorgproto/DETAILS b/xorg/xorgproto/DETAILS
new file mode 100755
index 0000000000..c6a0fad07b
--- /dev/null
+++ b/xorg/xorgproto/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=xorgproto
+ VERSION=2018.1
+ SOURCE_HASH=sha512:
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE2=$SOURCE.sig
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=https://xorg.freedesktop.org/archive/individual/proto/$SOURCE
+
+ SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
+ SOURCE_GPG=xorg.gpg:$SOURCE.sig:UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=https://xorg.freedesktop.org
+ LICENSE[0]=XCL
+ ENTERED=20180206
+ KEYWORDS=""
+ SHORT="all the proto files from Xorg"
+cat << EOF
+all the proto files from Xorg
+this replace all of the individual packages
+EOF
diff --git a/xorg/xorgproto/HISTORY b/xorg/xorgproto/HISTORY
new file mode 100644
index 0000000000..ce63b4047d
--- /dev/null
+++ b/xorg/xorgproto/HISTORY
@@ -0,0 +1,4 @@
+2018-02-06 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 2018.1
+ spell created
+