public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/xylib: xylib-1.2.ebuild ChangeLog xylib-1.0.ebuild
@ 2013-08-12 20:55 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2013-08-12 20:55 UTC (permalink / raw
  To: gentoo-commits

bicatali    13/08/12 20:55:18

  Modified:             ChangeLog
  Added:                xylib-1.2.ebuild
  Removed:              xylib-1.0.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.01.22124-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)

Revision  Changes    Path
1.11                 sci-libs/xylib/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xylib/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xylib/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xylib/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/xylib/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	18 Dec 2012 17:51:34 -0000	1.10
+++ ChangeLog	12 Aug 2013 20:55:18 -0000	1.11
@@ -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)
 



1.1                  sci-libs/xylib/xylib-1.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xylib/xylib-1.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/xylib/xylib-1.2.ebuild?rev=1.1&content-type=text/plain

Index: xylib-1.2.ebuild
===================================================================
# 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.2.ebuild,v 1.1 2013/08/12 20:55:18 bicatali Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="Experimental x-y data reading library"
HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"

LICENSE="LGPL-2.1"

SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="bzip2 static-libs zlib"

RDEPEND="
	dev-libs/boost
	bzip2? ( app-arch/bzip2 )
	zlib? ( sys-libs/zlib )"
DEPEND="${RDEPEND}"

src_configure() {
	local myeconfargs=(
		$(use_with bzip2 bzlib)
		$(use_with zlib)
	)
	autotools-utils_src_configure
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-12 20:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-12 20:55 [gentoo-commits] gentoo-x86 commit in sci-libs/xylib: xylib-1.2.ebuild ChangeLog xylib-1.0.ebuild Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox