diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-03-13 16:55:35 +0000 |
commit | 1dde4e5c4b92d849bf1abf0a48135b2a0644f7e1 (patch) | |
tree | c99a472cce74148d499f42ada873454b0e32a42d /x11-misc/xtscal | |
parent | da6a52f691ef980bab92d003d5df8f463c623af8 (diff) |
gentoo resync : 13.03.2018
Diffstat (limited to 'x11-misc/xtscal')
-rw-r--r-- | x11-misc/xtscal/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/xtscal/metadata.xml | 12 | ||||
-rw-r--r-- | x11-misc/xtscal/xtscal-0.6.3-r1.ebuild | 30 |
3 files changed, 0 insertions, 46 deletions
diff --git a/x11-misc/xtscal/Manifest b/x11-misc/xtscal/Manifest deleted file mode 100644 index 82f6f1a4801d..000000000000 --- a/x11-misc/xtscal/Manifest +++ /dev/null @@ -1,4 +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 -EBUILD xtscal-0.6.3-r1.ebuild 678 BLAKE2B d85ceb45a6b69e72af3c568be504b816d61698f0bd8409239a03d282b9f92df4db7a55279b3cb5b541fe38d815ca5ec6a132a0dc50376584fca0716b67320d0d SHA512 5431e011add7318466a3495caba5f738a0848bbe8199e00a2b1e13c010fbf316064e1f0fcf20b0af463029dd3cfcb189cfb43477d62ab41d3f6de134fb682e5c -MISC metadata.xml 338 BLAKE2B 0b76de205d0d79921daa7a03422f9f073838b6ff013a06da375b6e79d17e4bf992c4e2e202f555eda254cebc0dcaab4ce0eef67eee7f7c6c05bb73d91760b323 SHA512 fbe9ddd4efac249b7382068964ac0d57020d2c1b834bb9aa1046460c3547fff964405de8e0be3cc0e19a46597006272325b8cddab744d031c95bc55157311455 diff --git a/x11-misc/xtscal/metadata.xml b/x11-misc/xtscal/metadata.xml deleted file mode 100644 index c7b47913b668..000000000000 --- 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>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-misc/xtscal/xtscal-0.6.3-r1.ebuild b/x11-misc/xtscal/xtscal-0.6.3-r1.ebuild deleted file mode 100644 index 9e5d711c4ad3..000000000000 --- 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 -} |