diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-03-10 22:14:11 -0800 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-03-10 22:15:23 -0800 |
commit | a86daf7b8184dc2c1d33cf0edbf9c20004a479a8 (patch) | |
tree | e9e56514e62ca8e44f28cafd6d14a9ff4009e2cc /x11-proto/xcalibrateproto | |
parent | x11-libs/libXfontcache: Remove (diff) | |
download | gentoo-a86daf7b8184dc2c1d33cf0edbf9c20004a479a8.tar.gz gentoo-a86daf7b8184dc2c1d33cf0edbf9c20004a479a8.tar.bz2 gentoo-a86daf7b8184dc2c1d33cf0edbf9c20004a479a8.zip |
x11-proto/xcalibrateproto: Remove
Bug: https://bugs.gentoo.org/646838
Diffstat (limited to 'x11-proto/xcalibrateproto')
-rw-r--r-- | x11-proto/xcalibrateproto/Manifest | 1 | ||||
-rw-r--r-- | x11-proto/xcalibrateproto/metadata.xml | 12 | ||||
-rw-r--r-- | x11-proto/xcalibrateproto/xcalibrateproto-0.1_pre20081210.ebuild | 20 |
3 files changed, 0 insertions, 33 deletions
diff --git a/x11-proto/xcalibrateproto/Manifest b/x11-proto/xcalibrateproto/Manifest deleted file mode 100644 index b9cace8f7de1..000000000000 --- a/x11-proto/xcalibrateproto/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST calibrateproto-20081210.tar.bz2 2457 BLAKE2B 9e4bf0cb6908deb4ead1ccb1f9a2358d8ad80ceffb261529c098c21ae0945e2eec3f709d8d94a2f24e461d4daf2cebaf1a165d1ba67c032773dde317e6915364 SHA512 be00ff957050ac10659795a3736e308800a1fa26857feb9f6dcfde822888eec7cf921d0106a6a83a511a36eb6fb031275b34949b041e06c4999c24aa77c87491 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}" |