diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-04-13 00:04:16 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-04-13 00:04:16 +0000 |
commit | 7c0ec5359fbeba415315e3f6e9cb70add9d53913 (patch) | |
tree | 0761c1ec383a86a0a940ba4ddd49c3c7afbced70 /x11-libs | |
parent | Rejoice. 4.0.0 kernel is released. (diff) | |
download | gentoo-2-7c0ec5359fbeba415315e3f6e9cb70add9d53913.tar.gz gentoo-2-7c0ec5359fbeba415315e3f6e9cb70add9d53913.tar.bz2 gentoo-2-7c0ec5359fbeba415315e3f6e9cb70add9d53913.zip |
Remove old.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/tslib/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/tslib/tslib-1.0-r1.ebuild | 43 | ||||
-rw-r--r-- | x11-libs/tslib/tslib-1.0-r2.ebuild | 42 |
3 files changed, 5 insertions, 86 deletions
diff --git a/x11-libs/tslib/ChangeLog b/x11-libs/tslib/ChangeLog index bf4b70e1ba89..57c3595bd48a 100644 --- a/x11-libs/tslib/ChangeLog +++ b/x11-libs/tslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/tslib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.34 2015/03/31 20:23:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/ChangeLog,v 1.35 2015/04/13 00:04:16 mrueg Exp $ + + 13 Apr 2015; Manuel Rüger <mrueg@gentoo.org> -tslib-1.0-r1.ebuild, + -tslib-1.0-r2.ebuild: + Remove old. 31 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> tslib-1.0-r3.ebuild: stable for fringe archs to support libsdl stablereq diff --git a/x11-libs/tslib/tslib-1.0-r1.ebuild b/x11-libs/tslib/tslib-1.0-r1.ebuild deleted file mode 100644 index 2fb46ad271da..000000000000 --- a/x11-libs/tslib/tslib-1.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r1.ebuild,v 1.13 2015/02/22 14:47:04 mgorny Exp $ - -inherit eutils toolchain-funcs autotools - -PATCH_VER=4 -DESCRIPTION="Touchscreen Access Library" -HOMEPAGE="https://github.com/kergoth/tslib" -SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2 - mirror://gentoo/${PN}-${PV}-patches-${PATCH_VER}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 sh sparc x86" -IUSE="" -#extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" - -src_unpack() { - unpack ${A} - cd "${S}" - # patches come from buildroot + openembedded + suse - EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patch - eautoreconf -} - -src_compile() { - # compile everything. INSTALL_MASK= what you don't want. - econf \ - --enable-linear --enable-dejitter \ - --enable-variance --enable-pthres \ - --enable-input --enable-shared \ - --enable-arctic2 --enable-collie \ - --enable-corgi --enable-h3600 \ - --enable-linear-h2200 --enable-mk712 \ - --enable-ucb1x00 --disable-debug - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS NEWS README -} diff --git a/x11-libs/tslib/tslib-1.0-r2.ebuild b/x11-libs/tslib/tslib-1.0-r2.ebuild deleted file mode 100644 index 33ba4cbddddf..000000000000 --- a/x11-libs/tslib/tslib-1.0-r2.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/tslib/tslib-1.0-r2.ebuild,v 1.10 2015/02/22 14:47:04 mgorny Exp $ - -EAPI="2" - -inherit eutils toolchain-funcs autotools - -PATCH_VER="5" -DESCRIPTION="Touchscreen Access Library" -HOMEPAGE="https://github.com/kergoth/tslib" -SRC_URI="http://dev.gentoo.org/~mgorny/dist/${P}.tar.bz2 - mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 s390 sh sparc x86" -IUSE="" -#extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00" - -src_prepare() { - # patches come from buildroot + openembedded + suse - EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patch - eautoreconf -} - -src_configure() { - # compile everything. INSTALL_MASK= what you don't want. - econf \ - --enable-linear --enable-dejitter \ - --enable-variance --enable-pthres \ - --enable-input --enable-shared \ - --enable-arctic2 --enable-collie \ - --enable-corgi --enable-h3600 \ - --enable-linear-h2200 --enable-mk712 \ - --enable-ucb1x00 --disable-debug -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc AUTHORS NEWS README -} |