From 32687c6f54ac3ec3b39e5305210521d730617f99 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 3 Oct 2008 03:15:41 +0000 Subject: ustr initial commit. Package-Manager: portage-2.2_rc11/cvs/Linux 2.6.24-gentoo-r3 x86_64 --- dev-libs/ustr/ChangeLog | 10 ++++++++++ dev-libs/ustr/Manifest | 14 ++++++++++++++ dev-libs/ustr/metadata.xml | 10 ++++++++++ dev-libs/ustr/ustr-1.0.4.ebuild | 23 +++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 dev-libs/ustr/ChangeLog create mode 100644 dev-libs/ustr/Manifest create mode 100644 dev-libs/ustr/metadata.xml create mode 100644 dev-libs/ustr/ustr-1.0.4.ebuild (limited to 'dev-libs/ustr') diff --git a/dev-libs/ustr/ChangeLog b/dev-libs/ustr/ChangeLog new file mode 100644 index 000000000000..96a2ac1e995e --- /dev/null +++ b/dev-libs/ustr/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-libs/ustr +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ChangeLog,v 1.1 2008/10/03 03:15:41 pebenito Exp $ + +*ustr-1.0.4 (03 Oct 2008) + + 03 Oct 2008; Chris PeBenito +metadata.xml, + +ustr-1.0.4.ebuild: + Initial commit. + diff --git a/dev-libs/ustr/Manifest b/dev-libs/ustr/Manifest new file mode 100644 index 000000000000..ab4b8f5e3f70 --- /dev/null +++ b/dev-libs/ustr/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +DIST ustr-1.0.4.tar.bz2 233723 RMD160 c6fd408e04cb12bde7873974431832618530e923 SHA1 e71d3fb341a7f0ccb5fb0b0a9de26126c6465e73 SHA256 3daf6eae9f78de1e872c0b2b83cce35515b94d4bb8a074e48f331fd99e1fc2c4 +EBUILD ustr-1.0.4.ebuild 641 RMD160 86f751b543b5e70969345de7917bc220392f3132 SHA1 2f4e52dcca998a420b909dadfae9a215f9a5f8c7 SHA256 4f8e5e78695e61e3570a530059888e1a35fcf27f32d11c98db55b1b86ef2c770 +MISC ChangeLog 336 RMD160 aa70bdca73ad3592120a90c115be30c74c59bc37 SHA1 617b91c491147bf3f83966fd9d26ee526edc60e2 SHA256 9ad42a256d2e9321493b2bcb230d11ced008536fcbe594a178706dca3c7dccfa +MISC metadata.xml 299 RMD160 742ffc01ad5fcc66829e6372662251e9e96d0b2c SHA1 1038da895497b78d58327b06e04c605d9675e76d SHA256 c746206d7bc0c785a60707512bea4e648394ad92ad817ef06b72bb3018772260 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v2.0.9 (GNU/Linux) + +iEYEARECAAYFAkjljmcACgkQXifbxvYVSbQuSQCeMk+q+IHMQx/AndtDCUjeM51t +j08AnjMDM1Fz4Rle5qhOoxRQfnlP0G8/ +=mRz+ +-----END PGP SIGNATURE----- diff --git a/dev-libs/ustr/metadata.xml b/dev-libs/ustr/metadata.xml new file mode 100644 index 000000000000..146b655c786b --- /dev/null +++ b/dev-libs/ustr/metadata.xml @@ -0,0 +1,10 @@ + + + +no-herd + + pebenito@gentoo.org + Chris PeBenito + Primary Maintainer + + diff --git a/dev-libs/ustr/ustr-1.0.4.ebuild b/dev-libs/ustr/ustr-1.0.4.ebuild new file mode 100644 index 000000000000..2d224eb94082 --- /dev/null +++ b/dev-libs/ustr/ustr-1.0.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ustr/ustr-1.0.4.ebuild,v 1.1 2008/10/03 03:15:41 pebenito Exp $ + +inherit eutils + +DESCRIPTION="Low-overhead managed string library for C" +HOMEPAGE="http://www.and.org/ustr" +SRC_URI="ftp://ftp.and.org/pub/james/ustr/${PV}/${P}.tar.bz2" + +LICENSE="|| ( BSD-2 MIT LGPL-2 )" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86" +IUSE="" + +src_compile() { + make all all-shared +} + +src_install() { + emake install DESTDIR="${D}" || die + dodoc ChangeLog README README-DEVELOPERS AUTHORS NEWS TODO +} -- cgit v1.2.3-65-gdbad