diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-08 20:33:07 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2013-07-08 20:33:07 +0000 |
commit | 84ea841c53efbc04abf2063137889c8cc6bf327f (patch) | |
tree | 3034374cbfd62b08ff0385cd2335eb4e11a8849f /net-libs/libosmocore | |
parent | Version bump (bug #470144) (diff) | |
download | gentoo-2-84ea841c53efbc04abf2063137889c8cc6bf327f.tar.gz gentoo-2-84ea841c53efbc04abf2063137889c8cc6bf327f.tar.bz2 gentoo-2-84ea841c53efbc04abf2063137889c8cc6bf327f.zip |
Version bump, drop old.
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/libosmocore')
-rw-r--r-- | net-libs/libosmocore/ChangeLog | 9 | ||||
-rw-r--r-- | net-libs/libosmocore/files/libosmocore-0.5.3-automake-1.13.patch | 11 | ||||
-rw-r--r-- | net-libs/libosmocore/libosmocore-0.6.2.ebuild (renamed from net-libs/libosmocore/libosmocore-0.5.3.ebuild) | 4 |
3 files changed, 10 insertions, 14 deletions
diff --git a/net-libs/libosmocore/ChangeLog b/net-libs/libosmocore/ChangeLog index b39748377907..5b6def3e8553 100644 --- a/net-libs/libosmocore/ChangeLog +++ b/net-libs/libosmocore/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-libs/libosmocore # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.7 2013/05/24 07:57:52 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/ChangeLog,v 1.8 2013/07/08 20:33:07 chithanh Exp $ + +*libosmocore-0.6.2 (08 Jul 2013) + + 08 Jul 2013; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + +libosmocore-0.6.2.ebuild, -files/libosmocore-0.5.3-automake-1.13.patch, + -libosmocore-0.5.3.ebuild: + Version bump, drop old. *libosmocore-0.6.0 (24 May 2013) diff --git a/net-libs/libosmocore/files/libosmocore-0.5.3-automake-1.13.patch b/net-libs/libosmocore/files/libosmocore-0.5.3-automake-1.13.patch deleted file mode 100644 index 857aecf345ec..000000000000 --- a/net-libs/libosmocore/files/libosmocore-0.5.3-automake-1.13.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- libosmocore-0.5.3/configure.ac -+++ libosmocore-0.5.3/configure.ac -@@ -40,7 +40,7 @@ - AC_SUBST(SYMBOL_VISIBILITY) - - dnl Generate the output --AM_CONFIG_HEADER(config.h) -+AC_CONFIG_HEADERS(config.h) - - AC_ARG_ENABLE(talloc, - [AS_HELP_STRING( diff --git a/net-libs/libosmocore/libosmocore-0.5.3.ebuild b/net-libs/libosmocore/libosmocore-0.6.2.ebuild index 07316964c1fb..4329595955f6 100644 --- a/net-libs/libosmocore/libosmocore-0.5.3.ebuild +++ b/net-libs/libosmocore/libosmocore-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.5.3.ebuild,v 1.2 2013/05/24 07:57:52 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libosmocore/libosmocore-0.6.2.ebuild,v 1.1 2013/07/08 20:33:07 chithanh Exp $ EAPI="4" @@ -23,7 +23,7 @@ src_prepare() { # set correct version in pkgconfig files sed -i "s/UNKNOWN/${PV}/" git-version-gen || die - epatch "${FILESDIR}"/${P}-automake-1.13.patch + epatch "${FILESDIR}"/${PN}-0.6.0-automake-1.13.patch eautoreconf } |