public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-libs/getdata: metadata.xml ChangeLog getdata-0.6.3.ebuild
@ 2010-09-13 16:25 Dominik Kapusta (ayoy)
  0 siblings, 0 replies; 2+ messages in thread
From: Dominik Kapusta (ayoy) @ 2010-09-13 16:25 UTC (permalink / raw
  To: gentoo-commits

ayoy        10/09/13 16:25:29

  Added:                metadata.xml ChangeLog getdata-0.6.3.ebuild
  Log:
  Initial commit for getdata. Ebuild by Matěj Laitl <strohel@gmail.com> (bug #335017).
  
  (Portage version: 2.2_rc81/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-libs/getdata/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd></herd>
	<maintainer>
		<email>ayoy@gentoo.org</email>
		<name>Dominik Kapusta</name>
	</maintainer>
	<longdescription lang="en">
	</longdescription>
	<use>
		<flag name="lzma">Support for encodings provided by liblzma</flag>
	</use>
</pkgmetadata>




1.1                  sci-libs/getdata/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sci-libs/getdata
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.1 2010/09/13 16:25:29 ayoy Exp $

*getdata-0.6.3 (13 Sep 2010)

  13 Sep 2010; Dominik Kapusta <ayoy@gentoo.org> +getdata-0.6.3.ebuild,
  +metadata.xml:
  Initial commit for getdata. Ebuild by Matěj Laitl <strohel@gmail.com>
  (bug #335017).




1.1                  sci-libs/getdata/getdata-0.6.3.ebuild

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

Index: getdata-0.6.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3.ebuild,v 1.1 2010/09/13 16:25:29 ayoy Exp $

EAPI=2

DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
HOMEPAGE="http://getdata.sourceforge.net/"
SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="bzip2 lzma python"

DEPEND="
	bzip2? ( app-arch/bzip2 )
	lzma? ( app-arch/xz-utils )
	python? ( dev-lang/python )"
RDEPEND="${DEPEND}"

src_configure() {
	local myconf="\
		--disable-idl \
		--without-libslim \
		--with-libz \
		--docdir=/usr/share/doc/${P} \
		$(use_enable python) \
		$(use_with bzip2 libbz2) \
		$(use_with lzma liblzma)"
	econf ${myconf} || die "econf failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "Install failed"
	dodoc AUTHORS ChangeLog NEWS README TODO || die "Installing docs failed"
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-libs/getdata: metadata.xml ChangeLog getdata-0.6.3.ebuild
@ 2010-11-14 13:39 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2010-11-14 13:39 UTC (permalink / raw
  To: gentoo-commits

jlec        10/11/14 13:39:27

  Modified:             metadata.xml ChangeLog getdata-0.6.3.ebuild
  Log:
  Move local USE lzma to global USE
  
  (Portage version: 2.2.0_alpha4/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sci-libs/getdata/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/getdata/metadata.xml?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/getdata/metadata.xml?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/getdata/metadata.xml?r1=1.2&r2=1.3

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/getdata/metadata.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- metadata.xml	2 Nov 2010 14:51:14 -0000	1.2
+++ metadata.xml	14 Nov 2010 13:39:27 -0000	1.3
@@ -1,15 +1,11 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>no-herd</herd>
-	<maintainer>
-		<email>ayoy@gentoo.org</email>
-		<name>Dominik Kapusta</name>
-	</maintainer>
-	<longdescription lang="en">
-	</longdescription>
-	<use>
-		<flag name="lzma">Support for encodings provided by liblzma</flag>
-	</use>
+<herd>no-herd</herd>
+<maintainer>
+	<email>ayoy@gentoo.org</email>
+	<name>Dominik Kapusta</name>
+</maintainer>
+<longdescription lang="en"></longdescription>
 </pkgmetadata>
 



1.2                  sci-libs/getdata/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	13 Sep 2010 16:25:29 -0000	1.1
+++ ChangeLog	14 Nov 2010 13:39:27 -0000	1.2
@@ -1,6 +1,10 @@
 # ChangeLog for sci-libs/getdata
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.1 2010/09/13 16:25:29 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.2 2010/11/14 13:39:27 jlec Exp $
+
+  14 Nov 2010; Justin Lecher <jlec@gentoo.org> getdata-0.6.3.ebuild,
+  metadata.xml:
+  Move local USE lzma to global USE
 
 *getdata-0.6.3 (13 Sep 2010)
 



1.2                  sci-libs/getdata/getdata-0.6.3.ebuild

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

Index: getdata-0.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- getdata-0.6.3.ebuild	13 Sep 2010 16:25:29 -0000	1.1
+++ getdata-0.6.3.ebuild	14 Nov 2010 13:39:27 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3.ebuild,v 1.1 2010/09/13 16:25:29 ayoy Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.6.3.ebuild,v 1.2 2010/11/14 13:39:27 jlec Exp $
 
 EAPI=2
 
@@ -28,7 +28,7 @@
 		$(use_enable python) \
 		$(use_with bzip2 libbz2) \
 		$(use_with lzma liblzma)"
-	econf ${myconf} || die "econf failed"
+	econf ${myconf}
 }
 
 src_install() {






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-14 13:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-13 16:25 [gentoo-commits] gentoo-x86 commit in sci-libs/getdata: metadata.xml ChangeLog getdata-0.6.3.ebuild Dominik Kapusta (ayoy)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-14 13:39 Justin Lecher (jlec)

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