diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-08-12 20:55:18 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-08-12 20:55:18 +0000 |
commit | ee1b9f9e27ab7253ac86ef120d01a8b67e171cd8 (patch) | |
tree | 29c5ceb9a9d6e0c7b9bca5ef2511618996f439cc /sci-libs/xylib | |
parent | version bump, remove old, update live ebuild (diff) | |
download | gentoo-2-ee1b9f9e27ab7253ac86ef120d01a8b67e171cd8.tar.gz gentoo-2-ee1b9f9e27ab7253ac86ef120d01a8b67e171cd8.tar.bz2 gentoo-2-ee1b9f9e27ab7253ac86ef120d01a8b67e171cd8.zip |
Version bump
(Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/xylib')
-rw-r--r-- | sci-libs/xylib/ChangeLog | 10 | ||||
-rw-r--r-- | sci-libs/xylib/xylib-1.2.ebuild (renamed from sci-libs/xylib/xylib-1.0.ebuild) | 15 |
2 files changed, 17 insertions, 8 deletions
diff --git a/sci-libs/xylib/ChangeLog b/sci-libs/xylib/ChangeLog index 542f29b55b4d..a6ec05b4cdeb 100644 --- a/sci-libs/xylib/ChangeLog +++ b/sci-libs/xylib/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sci-libs/xylib -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/ChangeLog,v 1.10 2012/12/18 17:51:34 bicatali Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/ChangeLog,v 1.11 2013/08/12 20:55:18 bicatali Exp $ + +*xylib-1.2 (12 Aug 2013) + + 12 Aug 2013; Sébastien Fabbro <bicatali@gentoo.org> +xylib-1.2.ebuild, + -xylib-1.0.ebuild: + Version bump *xylib-1.1 (18 Dec 2012) diff --git a/sci-libs/xylib/xylib-1.0.ebuild b/sci-libs/xylib/xylib-1.2.ebuild index cbc70ce3fcfb..c0a94d25a773 100644 --- a/sci-libs/xylib/xylib-1.0.ebuild +++ b/sci-libs/xylib/xylib-1.2.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/xylib-1.0.ebuild,v 1.1 2012/08/04 15:29:17 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/xylib-1.2.ebuild,v 1.1 2013/08/12 20:55:18 bicatali Exp $ -EAPI=4 +EAPI=5 + +inherit autotools-utils DESCRIPTION="Experimental x-y data reading library" HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/" @@ -21,8 +23,9 @@ RDEPEND=" DEPEND="${RDEPEND}" src_configure() { - econf \ - $(use_enable static-libs static) \ - $(use_with bzip2 bzlib) \ + local myeconfargs=( + $(use_with bzip2 bzlib) $(use_with zlib) + ) + autotools-utils_src_configure } |