Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libticables2/
Date: Thu, 24 Sep 2020 19:53:43
Message-Id: 1600977203.cb3b3112224d8eeecb0c20087ffeec51a75889cc.bman@gentoo
1 commit: cb3b3112224d8eeecb0c20087ffeec51a75889cc
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 19:09:08 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 19:53:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3b3112
7
8 sci-libs/libticables2: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 sci-libs/libticables2/Manifest | 2 -
13 sci-libs/libticables2/libticables2-1.3.3-r1.ebuild | 48 ----------------------
14 sci-libs/libticables2/libticables2-1.3.4.ebuild | 48 ----------------------
15 3 files changed, 98 deletions(-)
16
17 diff --git a/sci-libs/libticables2/Manifest b/sci-libs/libticables2/Manifest
18 index 2c48b93e78a..3cd4eed5e44 100644
19 --- a/sci-libs/libticables2/Manifest
20 +++ b/sci-libs/libticables2/Manifest
21 @@ -1,3 +1 @@
22 -DIST libticables2-1.3.3.tar.bz2 495883 BLAKE2B 203b09c39d925a5dc4e3f8b828388e0f311f2cdadbd64e3db929c011eb750b7a86f27c307a8585de1099421f24d10971652afe99dcd7f32a806cf7fe7b4d7748 SHA512 19c9a6bb8319ccf9e9004e10c4addffbee605c3735e53e4a5628b360b0c2e8575076208d14d00d6304eb894d3c69aede6de00120cd26f8c543c6e6cc4adb21a9
23 -DIST libticables2-1.3.4.tar.bz2 920163 BLAKE2B 3770ed280b8a6ccf81f09a251ff33b80f025d878f75486e43d74feb820414b5167829825e10c9fc26f98eb06c63ad008f7062d51a60081d6a61a64bc9d8a51cf SHA512 fbea9ed2041a04f79e02045d40e88a3ab20edc8d86ecef4ae6a181063f3609b8b2c3aeb2ce2f4508be56655accba60eab7379116ac341921f233f469eb99b461
24 DIST libticables2-1.3.5.tar.bz2 187416 BLAKE2B aea17b04783ff09a0f36fff60938c6f954f832b33dceec427e11b29b16e442921370b3cb43cb7c8d70dad854e3e9894a1d52378fed3cf232f38d69757725ad41 SHA512 171abdf41f496891c62da17a2b84d929ac32021b0f2abc0c37ed73ec93806d4a14df37a8ffbe2b0c172ff3461aa6c639fc1ba23aafb19e024b99448dd66c63bd
25
26 diff --git a/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild b/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild
27 deleted file mode 100644
28 index 6696e6c73d3..00000000000
29 --- a/sci-libs/libticables2/libticables2-1.3.3-r1.ebuild
30 +++ /dev/null
31 @@ -1,48 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit eutils multilib
38 -
39 -DESCRIPTION="Library to handle different link cables for TI calculators"
40 -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
41 -SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
46 -IUSE="debug doc nls static-libs usb"
47 -
48 -RDEPEND="
49 - dev-libs/glib:2
50 - usb? ( virtual/libusb:1 )
51 - nls? ( virtual/libintl )"
52 -
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 - nls? ( sys-devel/gettext )"
56 -
57 -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
58 -
59 -src_configure() {
60 - # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1
61 - econf \
62 - --disable-rpath \
63 - $(use_enable debug logging) \
64 - $(use_enable nls) \
65 - $(use_enable static-libs static) \
66 - $(use_enable usb libusb) \
67 - $(use_enable usb libusb10)
68 -}
69 -
70 -src_install() {
71 - default
72 - use doc && dohtml docs/html/*
73 - use static-libs || rm -f "${ED}"/usr/$(get_libdir)/${PN}.la
74 -}
75 -
76 -pkg_postinst() {
77 - elog "Please read README in /usr/share/doc/${PF}"
78 - elog "if you encounter any problem with a link cable"
79 -}
80
81 diff --git a/sci-libs/libticables2/libticables2-1.3.4.ebuild b/sci-libs/libticables2/libticables2-1.3.4.ebuild
82 deleted file mode 100644
83 index 3ac960c27d3..00000000000
84 --- a/sci-libs/libticables2/libticables2-1.3.4.ebuild
85 +++ /dev/null
86 @@ -1,48 +0,0 @@
87 -# Copyright 1999-2013 Gentoo Foundation
88 -# Distributed under the terms of the GNU General Public License v2
89 -
90 -EAPI=5
91 -
92 -inherit autotools-utils
93 -
94 -DESCRIPTION="Library to handle different link cables for TI calculators"
95 -HOMEPAGE="http://lpg.ticalc.org/prj_tilp/"
96 -SRC_URI="mirror://sourceforge/tilp/tilp2-linux/${P}.tar.bz2"
97 -
98 -LICENSE="GPL-2"
99 -SLOT="0"
100 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
101 -IUSE="debug doc nls static-libs usb"
102 -
103 -RDEPEND="
104 - dev-libs/glib:2
105 - usb? ( virtual/libusb:1 )
106 - nls? ( virtual/libintl )"
107 -
108 -DEPEND="${RDEPEND}
109 - virtual/pkgconfig
110 - nls? ( sys-devel/gettext )"
111 -
112 -DOCS=( AUTHORS LOGO NEWS README ChangeLog docs/api.txt )
113 -
114 -src_configure() {
115 - # --disable-libusb $(use_enable usb libusb10) would enable virtual/libusb:1
116 - local myeconfargs=(
117 - --disable-rpath
118 - $(use_enable debug logging)
119 - $(use_enable nls)
120 - $(use_enable usb libusb)
121 - $(use_enable usb libusb10)
122 - )
123 - autotools-utils_src_configure
124 -}
125 -
126 -src_install() {
127 - autotools-utils_src_install
128 - use doc && dohtml docs/html/*
129 -}
130 -
131 -pkg_postinst() {
132 - elog "Please read README in /usr/share/doc/${PF}"
133 - elog "if you encounter any problem with a link cable"
134 -}