commit: 0c608ed3294c6ab55f6031abc3f9afe5a8aa68e5 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Mar 11 06:13:52 2018 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Mar 11 06:15:20 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c608ed3
x11-misc/xtscal: Remove Bug: https://bugs.gentoo.org/646838 x11-misc/xtscal/Manifest | 2 -- x11-misc/xtscal/metadata.xml | 12 ------------ x11-misc/xtscal/xtscal-0.6.3-r1.ebuild | 30 ------------------------------ 3 files changed, 44 deletions(-) diff --git a/x11-misc/xtscal/Manifest b/x11-misc/xtscal/Manifest deleted file mode 100644 index 7b7d72135f3..00000000000 --- a/x11-misc/xtscal/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST xtscal-0.6.3-patches-0.2.tar.bz2 6152 BLAKE2B fa9b6e907bb6dd63ca9e46cc0da21ffdfea8250f36e9733b1a09f8b1fafaff9a335a0ab8d4bc48ee4f88f79eb68c45ed934305ffc0688351f63f111f195b410c SHA512 ee2285b380e62e661c1765658dc8fe970b7bc970b15b0bc257d7dec40391bc3ddeae74ec083ce0142ea103d4a9711df100f3bd3a486924fd731cf9d8fe3e26ea -DIST xtscal-0.6.3.tar.bz2 80155 BLAKE2B 21db1fd4fa3d923a44e149a33b4fe2b8955d6964b740a023512475a095a3e29bd1036cd472536051bc68a76899ee862bfd7bdaa6be437c5be189a333de63b312 SHA512 f6f0ea5332f707151873e7130d4275d584a77d764b4d79e02602b777a67be4e0c02562a31b0cd988490ab89069fb01e7d589e8cd21838988dfabf7b774d79153 diff --git a/x11-misc/xtscal/metadata.xml b/x11-misc/xtscal/metadata.xml deleted file mode 100644 index c7b47913b66..00000000000 --- a/x11-misc/xtscal/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>[email protected]</email> - <name>X11</name> -</maintainer> -<maintainer type="project"> - <email>[email protected]</email> - <name>Embedded Gentoo</name> -</maintainer> -</pkgmetadata> diff --git a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild deleted file mode 100644 index 9e5d711c4ad..00000000000 --- a/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit autotools eutils - -DESCRIPTION="Touchscreen calibration utility" -HOMEPAGE="http://gpe.linuxtogo.org/" -SRC_URI="http://gpe.linuxtogo.org/download/source/${P}.tar.bz2 mirror://gentoo/xtscal-0.6.3-patches-0.2.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND="x11-libs/libX11" -DEPEND="${RDEPEND} - x11-libs/libXCalibrate - x11-libs/libXft - x11-proto/xcalibrateproto" - -src_prepare() { - epatch "${WORKDIR}"/patch/*.patch - eautoreconf -} - -src_install() { - dobin xtscal -}
