summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-19 16:23:00 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-20 00:44:08 +0100
commit407cd6e7e968fd1dbeefc28bd19a6976d0301dbf (patch)
treee63acbbdf43283967185aebb2e9d13707e97f7b0 /x11-misc/xtscal
parentx11-misc/gtkdialog: Remove old (diff)
downloadgentoo-407cd6e7e968fd1dbeefc28bd19a6976d0301dbf.tar.gz
gentoo-407cd6e7e968fd1dbeefc28bd19a6976d0301dbf.tar.bz2
gentoo-407cd6e7e968fd1dbeefc28bd19a6976d0301dbf.zip
x11-misc/xtscal: Remove old
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4033
Diffstat (limited to 'x11-misc/xtscal')
-rw-r--r--x11-misc/xtscal/Manifest1
-rw-r--r--x11-misc/xtscal/xtscal-0.6.3.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/x11-misc/xtscal/Manifest b/x11-misc/xtscal/Manifest
index 9d08e6a21b3f..830acfc7f4f9 100644
--- a/x11-misc/xtscal/Manifest
+++ b/x11-misc/xtscal/Manifest
@@ -1,3 +1,2 @@
-DIST xtscal-0.6.3-patches-0.1.tar.bz2 6142 SHA256 b1cd33ec1bf9fea9d6035bf849f28ebb90d734c4d7ce8d1bc3ddc358d0325b96 SHA512 cd5f83d7e9dcb0f0552a0a9edea58f00abfaa0af8fcc84e416715675d07d5130afcb8cda2b7266a746189c1dce0fa886d7d4945ff3134066fd493b821ae56fe3 WHIRLPOOL a6e4e96ba3a32ab8bce93e85cc974cf4c91531d10924c98c89a87aab37b6709ad99130ab67df35f5091e8e5906e5c6367ca11f01efde4e1f249714e4a642d55e
DIST xtscal-0.6.3-patches-0.2.tar.bz2 6152 SHA256 a2c421e48b8d43dc2a5461f26a22ce43b5ed40df1053efce8f85f4cda13f971c SHA512 ee2285b380e62e661c1765658dc8fe970b7bc970b15b0bc257d7dec40391bc3ddeae74ec083ce0142ea103d4a9711df100f3bd3a486924fd731cf9d8fe3e26ea WHIRLPOOL bacb3d55571dc764e71cc80540d8bce42aa65533fa7fb8ae0c272b7c7bee183dace03f9e21ac67c562cfeef02bcfa693f6d36a737250f4258f74ada545b6b953
DIST xtscal-0.6.3.tar.bz2 80155 SHA256 27b9dc2203de9b1706ca39fa6ca80ecab8807909ec901c4a345b8e41178800a1 SHA512 f6f0ea5332f707151873e7130d4275d584a77d764b4d79e02602b777a67be4e0c02562a31b0cd988490ab89069fb01e7d589e8cd21838988dfabf7b774d79153 WHIRLPOOL 6a05820fdf0540bc91a525f09959632dadc61074d653305b7bfa75feeeff6f3e80faa177bb4c9903c6f7390cb7713c1e726de99ec9b583a4393c136b78bf7975
diff --git a/x11-misc/xtscal/xtscal-0.6.3.ebuild b/x11-misc/xtscal/xtscal-0.6.3.ebuild
deleted file mode 100644
index 3851fd54dea6..000000000000
--- a/x11-misc/xtscal/xtscal-0.6.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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.1.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_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${WORKDIR}"/patch/*.patch
- eautoreconf
-}
-
-src_install() {
- dobin xtscal || die
-}