public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/tslib/
Date: Sat, 21 Mar 2020 10:43:30 +0000 (UTC)	[thread overview]
Message-ID: <1584787369.64280aa2f5a7c559da06cfe20787fff3c13e306f.asturm@gentoo> (raw)

commit:     64280aa2f5a7c559da06cfe20787fff3c13e306f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 21 10:36:44 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Mar 21 10:42:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64280aa2

x11-libs/tslib: Drop 1.0-r3

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 x11-libs/tslib/Manifest            |  2 --
 x11-libs/tslib/tslib-1.0-r3.ebuild | 39 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/x11-libs/tslib/Manifest b/x11-libs/tslib/Manifest
index 7d97865c871..44416661c4e 100644
--- a/x11-libs/tslib/Manifest
+++ b/x11-libs/tslib/Manifest
@@ -1,3 +1 @@
-DIST tslib-1.0-patches-5.tar.bz2 6602 BLAKE2B 3cd67f4eeacd0651354af8ee4637e27084e9ad61246e6cab631ef52c7435e6d37acdaffd4ca72d8435335860f12d2b0fb4205b33092ea603aafc837e2dba6885 SHA512 dcde900942a3c9e9114e2c36d1d9554eeae8e5ca64463d69c52188a30734b19d6ba0439e8bb009b0d535dfae3f8f8e688a6861ec0a0371fdcb0e9986abb963de
-DIST tslib-1.0.tar.bz2 47522 BLAKE2B 99f43b5175fadef240a973d0e88c80a227b5ffe518c97c6d890fa4194148ff099055b98e7b5b3fee542249bb9c9bae88a22d1d050f2f7ca1563d03b453aac34c SHA512 a12e569b1d9cd809776a605775c3000f4e405789d95eeda21451d3911b5aa67003c921d9988f5ea8eba8b32108c8b0816e6609b5f013a2594d27b6e00e75de8c
 DIST tslib-1.21.tar.xz 349216 BLAKE2B e19623c9390688b0aa85e6547a57542d2e10498c8ebbb30f840157d240dc9975c3e6735814a5e6f02fb71c273a52f860695cf4772fef28522e74c5781cdcb02a SHA512 66c5e5dc4e2314277e19af29b5dce1181573579f13b0e79fa43e658838d4c19a77feb978b60d7c6458337e8d6100ee54a42fc4af3a99fd8d6840cccafa6323c4

diff --git a/x11-libs/tslib/tslib-1.0-r3.ebuild b/x11-libs/tslib/tslib-1.0-r3.ebuild
deleted file mode 100644
index 4747625c4ea..00000000000
--- a/x11-libs/tslib/tslib-1.0-r3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs autotools multilib-minimal
-
-PATCH_VER="5"
-DESCRIPTION="Touchscreen Access Library"
-HOMEPAGE="https://github.com/kergoth/tslib"
-SRC_URI="https://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 arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86"
-IUSE=""
-#extras arctic2 collie corgi h3600 linear-h2200 mk712 ucb1x00"
-
-DOCS=( AUTHORS NEWS README )
-
-src_prepare() {
-	# patches come from buildroot + openembedded + suse
-	EPATCH_SUFFIX=patch epatch "${WORKDIR}"/patch
-	eautoreconf
-}
-
-multilib_src_configure() {
-	# compile everything. INSTALL_MASK= what you don't want.
-	ECONF_SOURCE=${S} \
-	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
-}


             reply	other threads:[~2020-03-21 10:43 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-21 10:43 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-25 23:22 [gentoo-commits] repo/gentoo:master commit in: x11-libs/tslib/ Andreas Sturmlechner
2022-10-19 10:07 WANG Xuerui
2021-05-25 14:21 Yixun Lan
2021-04-05 22:19 Sam James
2021-04-04 21:23 Andreas Sturmlechner
2021-03-31 15:25 Sergei Trofimovich
2021-03-31 14:08 Agostino Sarubbo
2021-03-30 22:05 Sam James
2021-03-30 22:05 Sam James
2021-03-30 18:32 Sam James
2021-03-30 17:35 Sam James
2021-03-30 17:35 Sam James
2021-03-30 16:26 Thomas Deutschmann
2021-02-25 15:07 Andreas Sturmlechner
2020-07-17 21:29 Sergei Trofimovich
2020-04-11 10:20 Sergei Trofimovich
2020-03-21  9:24 Mart Raudsepp
2020-03-02 11:49 Sergei Trofimovich
2020-02-13 14:40 Agostino Sarubbo
2020-01-30 12:31 Agostino Sarubbo
2020-01-30 12:11 Agostino Sarubbo
2020-01-30 11:05 Agostino Sarubbo
2020-01-30 11:00 Agostino Sarubbo
2020-01-30 10:17 Agostino Sarubbo
2020-01-30  7:28 Sergei Trofimovich
2020-01-29 10:17 Agostino Sarubbo
2019-05-15  1:04 Aaron Bauman
2018-08-17  2:05 Mikle Kolyada
2016-03-23 21:23 Stephen Klimaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1584787369.64280aa2f5a7c559da06cfe20787fff3c13e306f.asturm@gentoo \
    --to=asturm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox