Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libee/files/, dev-libs/libee/
Date: Wed, 24 Aug 2016 00:57:49
Message-Id: 1472000236.ea0722617fa773dba665f2b6a2a103d0586f2a76.whissi@gentoo
1 commit: ea0722617fa773dba665f2b6a2a103d0586f2a76
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 23:30:18 2016 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 24 00:57:16 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea072261
7
8 dev-libs/libee: Dropping old versions
9
10 Package-Manager: portage-2.3.0
11
12 dev-libs/libee/Manifest | 1 -
13 .../libee/files/0.3.2-add_math_lib_configure.patch | 16 ---------
14 .../libee/files/0.3.2-add_math_lib_pc_in.patch | 10 ------
15 dev-libs/libee/libee-0.3.2-r1.ebuild | 35 -------------------
16 dev-libs/libee/libee-0.3.2-r2.ebuild | 39 ----------------------
17 5 files changed, 101 deletions(-)
18
19 diff --git a/dev-libs/libee/Manifest b/dev-libs/libee/Manifest
20 index 9e7a60d..ebbbe1d 100644
21 --- a/dev-libs/libee/Manifest
22 +++ b/dev-libs/libee/Manifest
23 @@ -1,2 +1 @@
24 -DIST libee-0.3.2.tar.gz 353750 SHA256 4e19bf297fb76f18fef773c651767152ebf65ecd4a1f4b06fe1c5f117fa4f81a SHA512 d692bd968ced62aa4a4a1ee02a2e0ff0c762966d4fccb321969f125b1d64363b12a8e346122711ffb23f8da4ce3c86a52bc24e15d2ee89f4b9466c4d6e36362b WHIRLPOOL 20cd79050cc5fde6346922146f62a1d1c6e0690dc3eda7cd153e7623416429adf984164ee935dbc1b72aeb162e5e123b3bb3a595f08870c8af9a746e9e31c6ca
25 DIST libee-0.4.1.tar.gz 357116 SHA256 c0dac01938593deee06c3d161e4eda4ecc0fd7317e1321bd96e301aceb7fb027 SHA512 810cbca8077c975b045b6761de22642708b3555aa8959c17e6be3f3865612642176762ca4def09274a6291256608f11b5833bfaaa25ba0d66f71d0dee6f594d4 WHIRLPOOL 565824564930da7aa927ebb107a2821ac3aede217a3c8219dbd6222c32ab2705243ca771733627715efaf01f26e4f7959b662cfac39e939dbcf82aee381374ac
26
27 diff --git a/dev-libs/libee/files/0.3.2-add_math_lib_configure.patch b/dev-libs/libee/files/0.3.2-add_math_lib_configure.patch
28 deleted file mode 100644
29 index 305440c..00000000
30 --- a/dev-libs/libee/files/0.3.2-add_math_lib_configure.patch
31 +++ /dev/null
32 @@ -1,16 +0,0 @@
33 -diff -r fb643518cffc configure.ac
34 ---- a/configure.ac Sun Apr 22 18:45:47 2012 +0300
35 -+++ b/configure.ac Sun Apr 22 18:48:05 2012 +0300
36 -@@ -18,11 +18,8 @@
37 - AC_PROG_LIBTOOL
38 -
39 - # Checks for libraries.
40 --save_LIBS=$LIBS
41 --LIBS=
42 --#AC_SEARCH_LIBS(clock_gettime, rt)
43 -+AC_SEARCH_LIBS(pow, m)
44 - #rt_libs=$LIBS
45 --LIBS=$save_LIBS
46 -
47 - # We CURRENTLY do NOT need libxml, but this will change at a later stage.
48 - # If we need libxml, we need it for features which some may not find essential.
49
50 diff --git a/dev-libs/libee/files/0.3.2-add_math_lib_pc_in.patch b/dev-libs/libee/files/0.3.2-add_math_lib_pc_in.patch
51 deleted file mode 100644
52 index 61cdedc..00000000
53 --- a/dev-libs/libee/files/0.3.2-add_math_lib_pc_in.patch
54 +++ /dev/null
55 @@ -1,10 +0,0 @@
56 -diff -r fb643518cffc libee.pc.in
57 ---- a/libee.pc.in Sun Apr 22 18:45:47 2012 +0300
58 -+++ b/libee.pc.in Sun Apr 22 18:53:55 2012 +0300
59 -@@ -6,5 +6,5 @@
60 - Name: libee
61 - Description: event expression library, based on CEE ideas
62 - Version: @VERSION@
63 --Libs: -L${libdir} @rt_libs@ -lee
64 -+Libs: -L${libdir} -lee @rt_libs@
65 - Cflags: -I${includedir}
66
67 diff --git a/dev-libs/libee/libee-0.3.2-r1.ebuild b/dev-libs/libee/libee-0.3.2-r1.ebuild
68 deleted file mode 100644
69 index 14feb8a..00000000
70 --- a/dev-libs/libee/libee-0.3.2-r1.ebuild
71 +++ /dev/null
72 @@ -1,35 +0,0 @@
73 -# Copyright 1999-2012 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=4
78 -
79 -AUTOTOOLS_IN_SOURCE_BUILD=1
80 -inherit autotools-utils
81 -
82 -DESCRIPTION="An Event Expression Library inspired by CEE"
83 -HOMEPAGE="http://www.libee.org"
84 -SRC_URI="http://www.libee.org/files/download/${P}.tar.gz"
85 -
86 -LICENSE="LGPL-2.1"
87 -SLOT="0"
88 -KEYWORDS="amd64 x86 ~amd64-linux"
89 -IUSE="debug static-libs"
90 -
91 -DEPEND="dev-libs/libxml2
92 - dev-libs/libestr"
93 -RDEPEND="${DEPEND}"
94 -
95 -DOCS=(INSTALL ChangeLog)
96 -
97 -src_configure() {
98 - local myeconfargs=(
99 - $(use_enable debug)
100 - --enable-testbench
101 - )
102 - autotools-utils_src_configure
103 -}
104 -
105 -src_compile() {
106 - autotools-utils_src_compile -j1
107 -}
108
109 diff --git a/dev-libs/libee/libee-0.3.2-r2.ebuild b/dev-libs/libee/libee-0.3.2-r2.ebuild
110 deleted file mode 100644
111 index ee64fc5..00000000
112 --- a/dev-libs/libee/libee-0.3.2-r2.ebuild
113 +++ /dev/null
114 @@ -1,39 +0,0 @@
115 -# Copyright 1999-2012 Gentoo Foundation
116 -# Distributed under the terms of the GNU General Public License v2
117 -# $Id$
118 -
119 -EAPI=4
120 -
121 -AUTOTOOLS_IN_SOURCE_BUILD=1
122 -AUTOTOOLS_AUTORECONF=1
123 -
124 -inherit autotools-utils
125 -
126 -DESCRIPTION="An Event Expression Library inspired by CEE"
127 -HOMEPAGE="http://www.libee.org"
128 -SRC_URI="http://www.libee.org/files/download/${P}.tar.gz"
129 -
130 -LICENSE="LGPL-2.1"
131 -SLOT="0"
132 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
133 -IUSE="debug static-libs"
134 -
135 -DEPEND="dev-libs/libxml2
136 - dev-libs/libestr"
137 -RDEPEND="${DEPEND}"
138 -
139 -DOCS=(INSTALL ChangeLog)
140 -PATCHES=("${FILESDIR}"/0.3.2-add_math_lib_configure.patch
141 -"${FILESDIR}"/0.3.2-add_math_lib_pc_in.patch)
142 -
143 -src_configure() {
144 - local myeconfargs=(
145 - $(use_enable debug)
146 - --enable-testbench
147 - )
148 - autotools-utils_src_configure
149 -}
150 -
151 -src_compile() {
152 - autotools-utils_src_compile -j1
153 -}