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

bicatali    09/12/12 18:12:31

  Added:                metadata.xml ChangeLog oc-1.0.ebuild
  Log:
  Initial import
  (Portage version: 2.2_rc58/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/oc/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/oc/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>sci</herd>
<longdescription lang="en">
  The New OPeNDAP C API (oc) is an OPeNDAP DAP 2.0 client implementation
  written in generic C. This new API allows for more funcionality and
  less complexity than the original C API.
</longdescription>
</pkgmetadata>



1.1                  sci-libs/oc/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sci-libs/oc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/oc/ChangeLog,v 1.1 2009/12/12 18:12:31 bicatali Exp $

*oc-1.0 (12 Dec 2009)

  12 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> +oc-1.0.ebuild,
  +metadata.xml:
  Initial import




1.1                  sci-libs/oc/oc-1.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/oc/oc-1.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-libs/oc/oc-1.0.ebuild?rev=1.1&content-type=text/plain

Index: oc-1.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/oc/oc-1.0.ebuild,v 1.1 2009/12/12 18:12:31 bicatali Exp $

EAPI=2
inherit eutils

DESCRIPTION="Network Data Access Protocol client C library"
HOMEPAGE="http://opendap.org/"
SRC_URI="http://opendap.org/pub/OC/source/${P}.tar.gz"

LICENSE="LGPL-2"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

RDEPEND="net-misc/curl"
DEPEND="${RDEPEND}"

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc README ChangeLog NEWS
	if use doc; then
		insinto /usr/share/doc/${PF}
		doins *.html || die
	fi
}






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

only message in thread, other threads:[~2009-12-12 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-12 18:12 [gentoo-commits] gentoo-x86 commit in sci-libs/oc: metadata.xml ChangeLog oc-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