public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/userspace-rcu: metadata.xml ChangeLog userspace-rcu-0.6.7.ebuild
@ 2011-12-29 10:34 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2011-12-29 10:34 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/12/29 10:34:50

  Added:                metadata.xml ChangeLog userspace-rcu-0.6.7.ebuild
  Log:
  Initial commit. Package required for knot dns and others. Added to base-system as in the same for fedora, anyway feel free to poke me with packaging issues, i just can't runtime test it on gentoo.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-libs/userspace-rcu/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/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>base-system</herd>
</pkgmetadata>



1.1                  dev-libs/userspace-rcu/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for dev-libs/userspace-rcu
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/ChangeLog,v 1.1 2011/12/29 10:34:50 scarabeus Exp $

*userspace-rcu-0.6.7 (29 Dec 2011)

  29 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org>
  +userspace-rcu-0.6.7.ebuild, +metadata.xml:
  Initial commit. Package required for knot dns and others. Added to
  base-system as in the same for fedora, anyway feel free to poke me with
  packaging issues, i just can't runtime test it on gentoo.




1.1                  dev-libs/userspace-rcu/userspace-rcu-0.6.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.6.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.6.7.ebuild?rev=1.1&content-type=text/plain

Index: userspace-rcu-0.6.7.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/userspace-rcu/userspace-rcu-0.6.7.ebuild,v 1.1 2011/12/29 10:34:50 scarabeus Exp $

EAPI=4

DESCRIPTION="userspace RCU (read-copy-update) library"
HOMEPAGE="http://lttng.org/urcu"
SRC_URI="http://lttng.org/files/urcu/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs test"

RDEPEND=""
DEPEND="${RDEPEND}
	test? ( sys-process/time )
"

DOCS=( "README" "API.txt" "ChangeLog" )

src_configure() {
	econf \
		$(use_enable static-libs static)
}

src_install() {
	default
	find "${ED}" -name '*.la' -exec rm -f {} +
}






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

only message in thread, other threads:[~2011-12-29 10:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-29 10:34 [gentoo-commits] gentoo-x86 commit in dev-libs/userspace-rcu: metadata.xml ChangeLog userspace-rcu-0.6.7.ebuild Tomas Chvatal (scarabeus)

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