Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/lttoolbox/files/, sci-misc/lttoolbox/
Date: Sat, 24 Sep 2016 13:31:12
Message-Id: 1474723830.83ed7449da72c63a32289f646583ba8fe7ff914d.soap@gentoo
1 commit: 83ed7449da72c63a32289f646583ba8fe7ff914d
2 Author: Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
3 AuthorDate: Thu Sep 22 15:09:19 2016 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 24 13:30:30 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83ed7449
7
8 sci-misc/lttoolbox: Removing EAPI 4 ebuilds
9
10 Package-Manager: portage-2.2.28
11 Closes: https://github.com/gentoo/gentoo/pull/2387
12
13 Signed-off-by: David Seifert <soap <AT> gentoo.org>
14
15 sci-misc/lttoolbox/Manifest | 2 --
16 sci-misc/lttoolbox/files/3.2.0-flags.patch | 43 ------------------------------
17 sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild | 20 --------------
18 sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild | 28 -------------------
19 4 files changed, 93 deletions(-)
20
21 diff --git a/sci-misc/lttoolbox/Manifest b/sci-misc/lttoolbox/Manifest
22 index e7eca38..9484838 100644
23 --- a/sci-misc/lttoolbox/Manifest
24 +++ b/sci-misc/lttoolbox/Manifest
25 @@ -1,3 +1 @@
26 -DIST lttoolbox-3.1.0.tar.gz 375031 SHA256 17ceeac6a2a2c0afdeded8f79594145b9964e78bc2ab8eb49bf2a35f63c80fb4 SHA512 156a404e83ed264e7f003eba3584b1db9de71c1403cc3bc824f0e295c50d84e7f1e2aa6b5af02c847723c0924bc4aa55eb394b94db3d8a61e62c29f266f97667 WHIRLPOOL 453513beb9f17a041f602435102bb06813f6f917a9f90a6ee2e52a53b371396f9bb39ee1b797a3a59df9e42aaee9a75394bf47f8641ee7b7c654f3b30e50f2a3
27 -DIST lttoolbox-3.2.0.tar.gz 372484 SHA256 1359291173ae4af6cbaa625f5ab63ad288b91f72ed0555b2a676e3dfe9b4c1fc SHA512 b33fb99f81ec4dc1bbcc802a23de6b58259efd12e471fcc7f934563f8cadd2f52407b88b8100966f6ca814c56fa9408498fd79f7c6863c178cefa5918572b827 WHIRLPOOL 9f106cece87f18beaa6a47f40f1c0a7348e0bb5de8f298e7ba94021d898421d1e04314c416cf1c0d4a71450d06acbe3f69e7039a6815ae06e6d0854f321ce810
28 DIST lttoolbox-3.3.3.tar.gz 454916 SHA256 5ccfc98bd71e1c9cbb952f3b01a6f615cf580f39ce74cdcb7221fc9b48f40617 SHA512 2e6338d39d2f16641c408076bd1d3b29fcd11e2d83e622b93fb7b91bae8eb92f58eacf978c72647d2872119be28b76093fc4afbfe22d7e9a62e1a87d818f9a3c WHIRLPOOL 164b8cc010692bbb5ecfdee80c25204f73bfef9aae7945987267ac230b9f3b070ba900ea8bb04c6347428611a3f48ee47cf4ba126e1b7735c7b9d45e5fe69880
29
30 diff --git a/sci-misc/lttoolbox/files/3.2.0-flags.patch b/sci-misc/lttoolbox/files/3.2.0-flags.patch
31 deleted file mode 100644
32 index a6a56bf..00000000
33 --- a/sci-misc/lttoolbox/files/3.2.0-flags.patch
34 +++ /dev/null
35 @@ -1,43 +0,0 @@
36 -diff -Nur lttoolbox-3.2.0.orig/configure.ac lttoolbox-3.2.0/configure.ac
37 ---- lttoolbox-3.2.0.orig/configure.ac 2011-07-29 06:36:44.000000000 +0100
38 -+++ lttoolbox-3.2.0/configure.ac 2011-07-29 06:38:04.000000000 +0100
39 -@@ -51,39 +51,6 @@
40 -
41 - # Checks for programs.
42 -
43 --AC_MSG_CHECKING([Compilation architecture: PPC, i686, x86_64, Other])
44 --if test x$(which arch) = x
45 --then ARCH=$($(which uname) -m)
46 --else ARCH=$($(which arch))
47 --fi
48 --
49 --if test x$ARCH = xppc
50 --then
51 -- AC_MSG_RESULT([PowerPC])
52 -- CFLAGS="-Wall -fomit-frame-pointer $CFLAGS"
53 -- CXXFLAGS="-Wall -fomit-frame-pointer $CXXFLAGS"
54 --else
55 -- if test x$ARCH = xi686
56 -- then
57 -- AC_MSG_RESULT([i686])
58 -- CFLAGS="-Wall -march=i686 -O3 -fomit-frame-pointer -funroll-loops $CFLAGS"
59 -- CXXFLAGS="-Wall -march=i686 -O3 \
60 -- -fomit-frame-pointer -funroll-loops $CXXFLAGS"
61 --
62 -- else
63 -- if test x$ARCH = xx86_64
64 -- then
65 -- AC_MSG_RESULT([x86_64])
66 -- CFLAGS="-Wall -O3 -mtune=nocona -fomit-frame-pointer -funroll-loops $CFLAGS"
67 -- CXXFLAGS="-Wall -O3 -mtune=nocona \
68 -- -fomit-frame-pointer -funroll-loops $CXXFLAGS"
69 -- else
70 -- AC_MSG_RESULT([Other])
71 -- CFLAGS="-Wall -O3 $CFLAGS"
72 -- CXXFLAGS="-Wall -O3 $CXXFLAGS"
73 -- fi
74 -- fi
75 --fi
76 -
77 - AC_CANONICAL_HOST
78 -
79
80 diff --git a/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild b/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild
81 deleted file mode 100644
82 index 70b1ccc..00000000
83 --- a/sci-misc/lttoolbox/lttoolbox-3.1.0.ebuild
84 +++ /dev/null
85 @@ -1,20 +0,0 @@
86 -# Copyright 1999-2011 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -# $Id$
89 -
90 -EAPI=4
91 -
92 -DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
93 -HOMEPAGE="http://apertium.sourceforge.net"
94 -SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz"
95 -
96 -LICENSE="GPL-2"
97 -SLOT="0"
98 -KEYWORDS="~amd64 ~x86"
99 -IUSE=""
100 -
101 -DEPEND="dev-libs/libxml2:2
102 - dev-libs/libxslt
103 - dev-libs/libpcre
104 - sys-libs/libunwind"
105 -RDEPEND="${DEPEND}"
106
107 diff --git a/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild b/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild
108 deleted file mode 100644
109 index 23dc575..00000000
110 --- a/sci-misc/lttoolbox/lttoolbox-3.2.0.ebuild
111 +++ /dev/null
112 @@ -1,28 +0,0 @@
113 -# Copyright 1999-2012 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -# $Id$
116 -
117 -EAPI=4
118 -inherit eutils autotools
119 -
120 -DESCRIPTION="Toolbox for lexical processing, morphological analysis and generation of words"
121 -HOMEPAGE="http://apertium.sourceforge.net"
122 -SRC_URI="mirror://sourceforge/apertium/${P}.tar.gz"
123 -
124 -LICENSE="GPL-2"
125 -SLOT="0"
126 -KEYWORDS="~amd64 ~x86"
127 -IUSE="static-libs"
128 -
129 -RDEPEND="dev-libs/libxml2:2"
130 -DEPEND="${RDEPEND}
131 - virtual/pkgconfig"
132 -
133 -src_prepare() {
134 - epatch "${FILESDIR}"/${PV}-flags.patch
135 - eautoreconf
136 -}
137 -
138 -src_configure() {
139 - econf $(use_enable static-libs static)
140 -}