diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-04 23:49:28 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2015-04-04 23:49:28 +0000 |
commit | 0c83a50f1ef61eefde7aaca50607883cc2b8a595 (patch) | |
tree | d2c430b64c1dc7e04a1b97b9ce313c00a68bef21 /app-text | |
parent | Mark m68k/s390/sh stable. (diff) | |
download | gentoo-2-0c83a50f1ef61eefde7aaca50607883cc2b8a595.tar.gz gentoo-2-0c83a50f1ef61eefde7aaca50607883cc2b8a595.tar.bz2 gentoo-2-0c83a50f1ef61eefde7aaca50607883cc2b8a595.zip |
Version bump; remove old
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/liblangtag/ChangeLog | 13 | ||||
-rw-r--r-- | app-text/liblangtag/files/liblangtag-0.4.0-arm.patch | 13 | ||||
-rw-r--r-- | app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch | 21 | ||||
-rw-r--r-- | app-text/liblangtag/files/liblangtag-0.4.0-module.patch | 15 | ||||
-rw-r--r-- | app-text/liblangtag/liblangtag-0.5.6.ebuild (renamed from app-text/liblangtag/liblangtag-0.4.0-r1.ebuild) | 27 |
5 files changed, 19 insertions, 70 deletions
diff --git a/app-text/liblangtag/ChangeLog b/app-text/liblangtag/ChangeLog index 9f155937ffda..4781cae9798b 100644 --- a/app-text/liblangtag/ChangeLog +++ b/app-text/liblangtag/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for app-text/liblangtag -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.21 2013/12/27 09:01:13 scarabeus Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/ChangeLog,v 1.22 2015/04/04 23:49:28 dilfridge Exp $ + +*liblangtag-0.5.6 (04 Apr 2015) + + 04 Apr 2015; Andreas K. Huettel <dilfridge@gentoo.org> + -liblangtag-0.4.0-r1.ebuild, +liblangtag-0.5.6.ebuild, + -files/liblangtag-0.4.0-arm.patch, + -files/liblangtag-0.4.0-introspection.patch, + -files/liblangtag-0.4.0-module.patch: + Version bump; remove old *liblangtag-0.5.2 (27 Dec 2013) diff --git a/app-text/liblangtag/files/liblangtag-0.4.0-arm.patch b/app-text/liblangtag/files/liblangtag-0.4.0-arm.patch deleted file mode 100644 index 0d0c6df478b2..000000000000 --- a/app-text/liblangtag/files/liblangtag-0.4.0-arm.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/liblangtag/lt-macros.h b/liblangtag/lt-macros.h -index a7dfcc2..6ff22c9 100644 ---- a/liblangtag/lt-macros.h -+++ b/liblangtag/lt-macros.h -@@ -200,6 +202,7 @@ - # define LT_BREAKPOINT() \ - LT_STMT_START {__asm__ __volatile__ ("bpt");} LT_STMT_END - #else -+#include <signal.h> - # define LT_BREAKPOINT() \ - LT_STMT_START {raise(SIGTRAP);} LT_STMT_END - #endif - diff --git a/app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch b/app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch deleted file mode 100644 index eeee794034b2..000000000000 --- a/app-text/liblangtag/files/liblangtag-0.4.0-introspection.patch +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/liblangtag-gobject/Makefile.am b/liblangtag-gobject/Makefile.am -index 99c774f..a334925 100644 ---- a/liblangtag-gobject/Makefile.am -+++ b/liblangtag-gobject/Makefile.am -@@ -173,12 +173,14 @@ LangTag_0_4_gir_INCLUDES = \ - GLib-2.0 \ - GObject-2.0 \ - $(NULL) --LangTag_0_4_gir_CFLAGS = \ -- $(INCLUDES) \ -+LangTag_0_4_gir_SCANNERFLAGS = \ - --symbol-prefix=lt \ - --identifier-prefix=Lt \ - -v \ - $(NULL) -+LangTag_0_4_gir_CFLAGS = \ -+ $(INCLUDES) \ -+ $(NULL) - LangTag_0_4_gir_LIBS = \ - liblangtag-gobject.la \ - $(NULL) diff --git a/app-text/liblangtag/files/liblangtag-0.4.0-module.patch b/app-text/liblangtag/files/liblangtag-0.4.0-module.patch deleted file mode 100644 index 3ee79c4f2e00..000000000000 --- a/app-text/liblangtag/files/liblangtag-0.4.0-module.patch +++ /dev/null @@ -1,15 +0,0 @@ - liblangtag/Makefile.am | 1 + - 1 file changed, 1 insertion(+) - -diff --git a/liblangtag/Makefile.am b/liblangtag/Makefile.am -index a0bbaa3..921ccb4 100644 ---- a/liblangtag/Makefile.am -+++ b/liblangtag/Makefile.am -@@ -203,6 +203,7 @@ liblangtag_la_CFLAGS = \ - liblangtag_la_LIBADD = \ - $(LIBS) \ - $(included_modules) \ -+ @MODULE_LIBS@ \ - $(NULL) - liblangtag_la_DEPENDENCIES = \ - $(included_modules) \ diff --git a/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild b/app-text/liblangtag/liblangtag-0.5.6.ebuild index 926be53fa52b..41ac2622c639 100644 --- a/app-text/liblangtag/liblangtag-0.4.0-r1.ebuild +++ b/app-text/liblangtag/liblangtag-0.5.6.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 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-r1.ebuild,v 1.7 2013/04/26 19:13:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/liblangtag/liblangtag-0.5.6.ebuild,v 1.1 2015/04/04 23:49:28 dilfridge Exp $ EAPI=5 -AUTOTOOLS_AUTORECONF=true - inherit autotools-utils DESCRIPTION="An interface library to access tags for identifying languages" @@ -14,7 +12,7 @@ SRC_URI="https://bitbucket.org/tagoh/${PN}/downloads/${P}.tar.bz2" LICENSE="|| ( LGPL-3 MPL-1.1 )" SLOT="0" -KEYWORDS="amd64 ~arm ppc x86" +KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="introspection static-libs test" RDEPEND=" @@ -29,20 +27,6 @@ DEPEND="${RDEPEND} # Upstream expect liblangtag to be installed when one runs tests... RESTRICT="test" -PATCHES=( - "${FILESDIR}"/${P}-module.patch - "${FILESDIR}"/${P}-arm.patch - "${FILESDIR}"/${P}-introspection.patch -) - -src_prepare() { - sed -i \ - -e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' \ - configure.ac || die - - autotools-utils_src_prepare -} - src_configure() { local myeconfargs=( $(use_enable introspection) @@ -50,3 +34,8 @@ src_configure() { ) autotools-utils_src_configure } + +src_install() { + autotools-utils_src_install + prune_libtool_files --all +} |