summaryrefslogtreecommitdiff
path: root/x11-proto/xcalibrateproto
diff options
context:
space:
mode:
Diffstat (limited to 'x11-proto/xcalibrateproto')
-rw-r--r--x11-proto/xcalibrateproto/Manifest3
-rw-r--r--x11-proto/xcalibrateproto/metadata.xml12
-rw-r--r--x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild20
3 files changed, 0 insertions, 35 deletions
diff --git a/x11-proto/xcalibrateproto/Manifest b/x11-proto/xcalibrateproto/Manifest
deleted file mode 100644
index f00063115573..000000000000
--- a/x11-proto/xcalibrateproto/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST calibrateproto-20081210.tar.bz2 2457 BLAKE2B 9e4bf0cb6908deb4ead1ccb1f9a2358d8ad80ceffb261529c098c21ae0945e2eec3f709d8d94a2f24e461d4daf2cebaf1a165d1ba67c032773dde317e6915364 SHA512 be00ff957050ac10659795a3736e308800a1fa26857feb9f6dcfde822888eec7cf921d0106a6a83a511a36eb6fb031275b34949b041e06c4999c24aa77c87491
-EBUILD xcalibrateproto-0.1_pre20081210.ebuild 439 BLAKE2B 938f717d099a5611e2bd89f1c20811087b680c72c2fa4bc1d0c6f778702f4b920e60433e4a8bb3d48099e02704080727761ad8dddde2ec3a0645737fef2c4835 SHA512 c5cc11dc43fb085df8e65029ca72d027ac50610a1bd7ddaf07f6955df9e90bdbb88b73d64117af70ac5cdea5d4fd9d8af169c3b6d3e8b6e083827c9f25d2a90c
-MISC metadata.xml 338 BLAKE2B 0b76de205d0d79921daa7a03422f9f073838b6ff013a06da375b6e79d17e4bf992c4e2e202f555eda254cebc0dcaab4ce0eef67eee7f7c6c05bb73d91760b323 SHA512 fbe9ddd4efac249b7382068964ac0d57020d2c1b834bb9aa1046460c3547fff964405de8e0be3cc0e19a46597006272325b8cddab744d031c95bc55157311455
diff --git a/x11-proto/xcalibrateproto/metadata.xml b/x11-proto/xcalibrateproto/metadata.xml
deleted file mode 100644
index c7b47913b668..000000000000
--- a/x11-proto/xcalibrateproto/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?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>
-<maintainer type="project">
- <email>embedded@gentoo.org</email>
- <name>Embedded Gentoo</name>
-</maintainer>
-</pkgmetadata>
diff --git a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild b/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
deleted file mode 100644
index 68e76adbb49b..000000000000
--- a/x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-MY_P="${PN/x/}-${PV#*_pre}"
-XORG_EAUTORECONF="yes"
-inherit xorg-2
-
-DESCRIPTION="Touchscreen calibration protocol"
-SRC_URI="mirror://gentoo/${MY_P}.tar.bz2"
-LICENSE="GPL-2"
-
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${MY_P}"