commit:     07db21d1127589d482e1c91da725014ba87273db
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Sun Jun  5 12:07:47 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 20:27:41 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07db21d1

app-text/liblangtag: Drop old

Package-Manager: portage-2.2.28

 app-text/liblangtag/Manifest                       |  2 -
 .../liblangtag/files/liblangtag-0.5.1-gcc45.patch  | 30 ---------------
 app-text/liblangtag/liblangtag-0.5.1.ebuild        | 45 ----------------------
 app-text/liblangtag/liblangtag-0.5.2.ebuild        | 41 --------------------
 4 files changed, 118 deletions(-)

diff --git a/app-text/liblangtag/Manifest b/app-text/liblangtag/Manifest
index 7c65ad2..ad706ae 100644
--- a/app-text/liblangtag/Manifest
+++ b/app-text/liblangtag/Manifest
@@ -1,4 +1,2 @@
-DIST liblangtag-0.5.1.tar.bz2 651785 SHA256 
c3dd456762cd0b5fd1687f066c4bdf253d70b14729851b9cd05936a1cb46923b SHA512 
006ed5b8621bfc4330589eeba8581dd2214a29c985f782b0c123012105ac6ea447f1d7593daec86b0126daf7929e6845208c633c63df67beca2d6201a6961bbf
 WHIRLPOOL 
80f48834b00ba7732f07a7e88ae092a3f0f0168c3de176ad0544e130b8e0c3991a169ed4d502cdc9aff0af1fe3df43ac961d4c8517b9240b9934ea901c0626e5
-DIST liblangtag-0.5.2.tar.bz2 658800 SHA256 
2b8dc5fa86486a1277c64e9b429eaf8ce0fcbef473b9123bb0374b711848f1c3 SHA512 
73a40fbdef7820c3e1556b242e06e24040d048f62be8f9aeced0f12d0e606dfd8d49eb740bda4f0b07566c3d963d249c2440dbc9e865e1a3a11eb4fffcaa33a7
 WHIRLPOOL 
fd04e243e5069723666acb1ed58fff2f33455916f76bfd871ef59de0ebd6b0ae392527bff13be09aab120bf72ab3b3af25b031cbb6097f04c3922652e0777e6a
 DIST liblangtag-0.5.6.tar.bz2 668949 SHA256 
5cdec61f4ef8d4b1a198682fcdd17e88cb293549af5878d6ee4bdd55d129bd84 SHA512 
60297d79b20c72a0ebf5fd685efbcb3eb2d40461cfe532fd5e4f2193c81c9037b8c69f9cb0977f640a7d8f315cb14508de9455334115b152ed30d23f91d75e52
 WHIRLPOOL 
0805c9dcde9802818ec4e19309eb9b09e4dfe77627fefcb190203110b9ec133083d48c0474171368e1b061612f1e06bc936d1dc1ad1ad551dd276afe3db26fb5
 DIST liblangtag-0.5.8.tar.bz2 672452 SHA256 
08e2f64bfe3f750be7391eb0af53967e164b628c59f02be4d83789eb4f036eaa SHA512 
477f74d8b7eab66e5c503942117d8b448dd9d1b13866b3ec48388058bc0e5e4c6215ece88405fd947515cd092853f069d70b3fe2f307a9b41cb697b6b1dc3baf
 WHIRLPOOL 
7036649534870e34dab5f68f1a97c5aee4649df6cc076026795f09775efca7a00b3eb047743aef3efeccd901add3942e6c9f5c097124193cdd57463a250ef133

diff --git a/app-text/liblangtag/files/liblangtag-0.5.1-gcc45.patch 
b/app-text/liblangtag/files/liblangtag-0.5.1-gcc45.patch
deleted file mode 100644
index 61bd1d0..0000000
--- a/app-text/liblangtag/files/liblangtag-0.5.1-gcc45.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From 4a5ec00d229d9ccf293dc21ce64eb42de7e8118c Mon Sep 17 00:00:00 2001
-From: Jung-uk Kim <[email protected]>
-Date: Thu, 9 May 2013 15:59:35 -0400
-Subject: [PATCH] Fix duplicate typedef introduced in 57c47aa.
-
----
- liblangtag/lt-trie.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/liblangtag/lt-trie.c b/liblangtag/lt-trie.c
-index d2162c9..301a6da 100644
---- a/liblangtag/lt-trie.c
-+++ b/liblangtag/lt-trie.c
-@@ -33,11 +33,11 @@ struct _lt_trie_t {
-       lt_iter_tmpl_t  parent;
-       lt_trie_node_t *root;
- };
--typedef struct _lt_trie_iter_t {
-+struct _lt_trie_iter_t {
-       lt_iter_t    parent;
-       lt_list_t   *stack;
-       lt_string_t *pos_str;
--} lt_trie_iter_t;
-+};
- 
- /*< private >*/
- static lt_trie_node_t *
--- 
-1.8.2.3
-

diff --git a/app-text/liblangtag/liblangtag-0.5.1.ebuild 
b/app-text/liblangtag/liblangtag-0.5.1.ebuild
deleted file mode 100644
index b1c41fc..0000000
--- a/app-text/liblangtag/liblangtag-0.5.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="amd64 ~arm ppc x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-       dev-libs/glib
-       dev-libs/libxml2
-       introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-       dev-libs/gobject-introspection-common
-       sys-devel/gettext
-       test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-PATCHES=(
-       "${FILESDIR}/${P}-gcc45.patch"
-)
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable introspection)
-               $(use_enable test)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-       prune_libtool_files --all
-}

diff --git a/app-text/liblangtag/liblangtag-0.5.2.ebuild 
b/app-text/liblangtag/liblangtag-0.5.2.ebuild
deleted file mode 100644
index a6db143..0000000
--- a/app-text/liblangtag/liblangtag-0.5.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit autotools-utils
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://tagoh.bitbucket.org/liblangtag/";
-SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2";
-
-LICENSE="|| ( LGPL-3 MPL-1.1 )"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
-       dev-libs/glib
-       dev-libs/libxml2
-       introspection? ( >=dev-libs/gobject-introspection-0.10.8 )"
-DEPEND="${RDEPEND}
-       dev-libs/gobject-introspection-common
-       sys-devel/gettext
-       test? ( dev-libs/check )"
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable introspection)
-               $(use_enable test)
-       )
-       autotools-utils_src_configure
-}
-
-src_install() {
-       autotools-utils_src_install
-       prune_libtool_files --all
-}

Reply via email to