diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-07 08:46:45 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2008-07-07 08:46:45 +0000 |
commit | 44530ff77327a1b097141c5ab4aab59aed2f5c25 (patch) | |
tree | f756de3e06925076110259d09853c77436d5cd70 /sci-libs/xylib | |
parent | (#229985, gregkh) Warn about kernel config instead of dying. (diff) | |
download | gentoo-2-44530ff77327a1b097141c5ab4aab59aed2f5c25.tar.gz gentoo-2-44530ff77327a1b097141c5ab4aab59aed2f5c25.tar.bz2 gentoo-2-44530ff77327a1b097141c5ab4aab59aed2f5c25.zip |
Version bump, closing bug #230996
(Portage version: 2.1.4.4)
Diffstat (limited to 'sci-libs/xylib')
-rw-r--r-- | sci-libs/xylib/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/xylib/xylib-0.3.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/sci-libs/xylib/ChangeLog b/sci-libs/xylib/ChangeLog index 8e5f6b9a941a..96dadd512810 100644 --- a/sci-libs/xylib/ChangeLog +++ b/sci-libs/xylib/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/xylib # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/ChangeLog,v 1.1 2008/04/18 08:50:58 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/ChangeLog,v 1.2 2008/07/07 08:46:45 bicatali Exp $ + +*xylib-0.3 (07 Jul 2008) + + 07 Jul 2008; Sébastien Fabbro <bicatali@gentoo.org> +xylib-0.3.ebuild: + Version bump, closing bug #230996 *xylib-0.2 (18 Apr 2008) diff --git a/sci-libs/xylib/xylib-0.3.ebuild b/sci-libs/xylib/xylib-0.3.ebuild new file mode 100644 index 000000000000..aef00077b9dc --- /dev/null +++ b/sci-libs/xylib/xylib-0.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xylib/xylib-0.3.ebuild,v 1.1 2008/07/07 08:46:45 bicatali Exp $ + +DESCRIPTION="Experimental x-y data reading library" +HOMEPAGE="http://www.unipress.waw.pl/fityk/xylib/" +SRC_URI="mirror://sourceforge/fityk/${P}.tar.bz2" + +LICENSE="LGPL-2.1" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="dev-libs/boost" +RDEPEND="" + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc README TODO || die "dodoc failed" +} |