summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2012-12-01 12:57:10 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2012-12-01 12:57:10 +0000
commit12491b7b1b10a9284f7e7a623008dc66d5d873e8 (patch)
tree7820b122574277299e47a543089da29253b13499 /app-text/liblangtag
parentbump, python[56] test restricted due to fails, requested by quantumsummers (diff)
downloadgentoo-2-12491b7b1b10a9284f7e7a623008dc66d5d873e8.tar.gz
gentoo-2-12491b7b1b10a9284f7e7a623008dc66d5d873e8.tar.bz2
gentoo-2-12491b7b1b10a9284f7e7a623008dc66d5d873e8.zip
Stable on ppc amd64 and x86. Drop older.
(Portage version: 2.2.0_alpha143/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-text/liblangtag')
-rw-r--r--app-text/liblangtag/ChangeLog7
-rw-r--r--app-text/liblangtag/files/liblangtag-0.3-automagic-tests.patch38
-rw-r--r--app-text/liblangtag/liblangtag-0.3-r1.ebuild60
-rw-r--r--app-text/liblangtag/liblangtag-0.4.0.ebuild4
4 files changed, 8 insertions, 101 deletions
diff --git a/app-text/liblangtag/ChangeLog b/app-text/liblangtag/ChangeLog
index 70626b4701b6..4b3074b97d52 100644
--- a/app-text/liblangtag/ChangeLog
+++ b/app-text/liblangtag/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-text/liblangtag
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.5 2012/11/06 15:07:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.6 2012/12/01 12:57:10 scarabeus Exp $
+
+ 01 Dec 2012; Tomáš Chvátal <scarabeus@gentoo.org>
+ -files/liblangtag-0.3-automagic-tests.patch, -liblangtag-0.3-r1.ebuild,
+ liblangtag-0.4.0.ebuild:
+ Stable on ppc amd64 and x86. Drop older.
06 Nov 2012; Tomáš Chvátal <scarabeus@gentoo.org> liblangtag-0.4.0.ebuild:
Drop not needed inherits.
diff --git a/app-text/liblangtag/files/liblangtag-0.3-automagic-tests.patch b/app-text/liblangtag/files/liblangtag-0.3-automagic-tests.patch
deleted file mode 100644
index c5d3b3f895bc..000000000000
--- a/app-text/liblangtag/files/liblangtag-0.3-automagic-tests.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-diff -urN liblangtag-0.3.old/configure.ac liblangtag-0.3/configure.ac
---- liblangtag-0.3.old/configure.ac 2012-08-07 13:05:39.078159231 +0200
-+++ liblangtag-0.3/configure.ac 2012-08-07 13:10:43.595164908 +0200
-@@ -88,9 +88,18 @@
- PKG_CHECK_MODULES(LIBXML2, libxml-2.0 >= $LIBXML2_REQUIRED)
- PKG_CHECK_MODULES(GOBJECT, gobject-2.0 >= $GOBJECT_REQUIRED, has_gobject=yes, has_gobject=no)
- PKG_CHECK_MODULES(GMODULE, gmodule-2.0, has_gmodule=yes, has_gmodule=no)
--PKG_CHECK_MODULES(CHECK, check >= $CHECK_REQUIRED,
-- [use_check="yes"],
-- [use_check="no"])
-+AC_ARG_ENABLE([test],
-+ [AC_HELP_STRING([--disable-test], [Disable tests])],
-+ [enable_test="$enableval"],
-+ [enable_test=yes]
-+)
-+if test x"$enable_test" != x"no"; then
-+ PKG_CHECK_MODULES(CHECK, check >= $CHECK_REQUIRED,
-+ [use_check="yes"],
-+ [use_check="no"])
-+else
-+ use_check=no
-+fi
-
- if test x$has_gmodule != xno; then
- AC_DEFINE(ENABLE_GMODULE,, [Using gmodule])
-diff -urN liblangtag-0.3.old/Makefile.am liblangtag-0.3/Makefile.am
---- liblangtag-0.3.old/Makefile.am 2012-08-07 13:05:39.067159226 +0200
-+++ liblangtag-0.3/Makefile.am 2012-08-07 13:15:50.431169857 +0200
-@@ -10,8 +10,7 @@
- SUBDIRS += tests
-
- ACLOCAL_AMFLAGS = \
-- -I m4macros \
-- $(NULL)
-+ -I m4macros
-
- CONFIGURE_DEPENDENCIES = \
- requires \
diff --git a/app-text/liblangtag/liblangtag-0.3-r1.ebuild b/app-text/liblangtag/liblangtag-0.3-r1.ebuild
deleted file mode 100644
index ca4fd6dfe853..000000000000
--- a/app-text/liblangtag/liblangtag-0.3-r1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.3-r1.ebuild,v 1.2 2012/09/21 07:22:09 scarabeus Exp $
-
-EAPI=4
-
-inherit base autotools
-
-DESCRIPTION="An interface library to access tags for identifying languages"
-HOMEPAGE="https://github.com/tagoh/liblangtag/"
-SRC_URI="https://github.com/downloads/tagoh/${PN}/${P}.tar.bz2"
-
-LICENSE="LGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="introspection static-libs test"
-
-RDEPEND="
- dev-libs/glib
- dev-libs/libxml2
- introspection? ( >=dev-libs/gobject-introspection-0.10.8 )
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
- test? ( dev-libs/check )
- >=dev-util/gtk-doc-am-1.13
- dev-libs/gobject-introspection-common
-"
-# gtk-doc-am and gobject-introspection-common required by autoreconf
-
-PATCHES=(
- "${FILESDIR}/${P}-automagic-tests.patch"
-)
-
-# Upstream expect liblangtag to be installed when one runs tests...
-RESTRICT="test"
-
-src_prepare() {
- base_src_prepare
-
- # fixed in git
- sed -i \
- -e 's:$(libdir):${libdir}:g' \
- *.pc.in || die
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable introspection) \
- $(use_enable static-libs static) \
- $(use_enable test)
-}
-
-src_install() {
- default
-
- find "${ED}" -name '*.la' -exec rm -f {} +
-}
diff --git a/app-text/liblangtag/liblangtag-0.4.0.ebuild b/app-text/liblangtag/liblangtag-0.4.0.ebuild
index 13af64bf4822..040e4b4c8f0a 100644
--- a/app-text/liblangtag/liblangtag-0.4.0.ebuild
+++ b/app-text/liblangtag/liblangtag-0.4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0.ebuild,v 1.2 2012/11/06 15:07:28 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.4.0.ebuild,v 1.3 2012/12/01 12:57:10 scarabeus Exp $
EAPI=5
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/downloads/tagoh/${PN}/${P}.tar.bz2"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
IUSE="introspection static-libs test"
RDEPEND="