diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-libs/libvolume_id | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-libs/libvolume_id')
-rw-r--r-- | dev-libs/libvolume_id/Manifest | 2 | ||||
-rw-r--r-- | dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/libvolume_id/libvolume_id-0.81.1.ebuild | 33 | ||||
-rw-r--r-- | dev-libs/libvolume_id/metadata.xml | 8 |
4 files changed, 76 insertions, 0 deletions
diff --git a/dev-libs/libvolume_id/Manifest b/dev-libs/libvolume_id/Manifest new file mode 100644 index 000000000000..44aeebd137b4 --- /dev/null +++ b/dev-libs/libvolume_id/Manifest @@ -0,0 +1,2 @@ +DIST libvolume_id-0.81.0.tar.bz2 23274 SHA256 2f6b685893a15d2d4d578bd41692e3091dcfcf88973a23bb0c6b02b266b8f5b6 SHA512 46f51bd130d1240518c6ffd97dc45017ebf623ea1ca4d5e518c19a040b1537d8a721a40e147277df0a530ac9d2d045dd399c037b08943c4b96e35ad025e94d85 WHIRLPOOL bb707c91885c749b1e42f34f2193f65d2627f92991a291149e474aeba0273463c509b9bba15f19606dd3ef2778d33431dd3d1223298868d8bda84803768a652b +DIST libvolume_id-0.81.1.tar.bz2 23399 SHA256 45bb18e80b456499d26a5d2f2fc222be990d256590a7cafc4354f7de36013f09 SHA512 a30c08fcdb020e8b7d0e5350d996d7007040d72e3c1caf3244cf7c6e08cc7d5eee9b94edbc04a073519243884be8b27e61c33a3f61c25e7bfb42eb96785d992f WHIRLPOOL d3c7fa7f73871873fd429b8ff68b3109a6f8a50a18f5e197189a22885c8939ea3e2dd5d05d61f78fe8b5813b9f5e7e098ebb76debf6ebdc95fdb528e10b3d4b1 diff --git a/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild b/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild new file mode 100644 index 000000000000..8eaabe3a4e05 --- /dev/null +++ b/dev-libs/libvolume_id/libvolume_id-0.81.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Library to provide file system information" +HOMEPAGE="http://www.marcuscom.com" +SRC_URI="http://www.marcuscom.com/downloads/${PF}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86-fbsd" +IUSE="static" + +DEPEND="" +RDEPEND="" + +src_compile() { + make E="@echo" RANLIB=ranlib AR=ar Q=@ +} + +src_install() { + dodir /usr/share/pkgconfig + insinto /usr/share/pkgconfig + doins libvolume_id.pc + + insinto /usr/include + doins libvolume_id.h + + insinto /usr + dolib libvolume_id.so.0 + dosym libvolume_id.so.0 /usr/lib/libvolume_id.so + use static && dolib libvolume_id.a +} diff --git a/dev-libs/libvolume_id/libvolume_id-0.81.1.ebuild b/dev-libs/libvolume_id/libvolume_id-0.81.1.ebuild new file mode 100644 index 000000000000..5cbf89adeebd --- /dev/null +++ b/dev-libs/libvolume_id/libvolume_id-0.81.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="Library to provide file system information" +HOMEPAGE="http://www.marcuscom.com" +SRC_URI="http://www.marcuscom.com/downloads/${PF}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86-fbsd" +IUSE="static" + +DEPEND="" +RDEPEND="" + +src_compile() { + make E="@echo" RANLIB=ranlib AR=ar Q=@ +} + +src_install() { + dodir /usr/share/pkgconfig + insinto /usr/share/pkgconfig + doins libvolume_id.pc + + insinto /usr/include + doins libvolume_id.h + + insinto /usr + dolib libvolume_id.so.0 + dosym libvolume_id.so.0 /usr/lib/libvolume_id.so + use static && dolib libvolume_id.a +} diff --git a/dev-libs/libvolume_id/metadata.xml b/dev-libs/libvolume_id/metadata.xml new file mode 100644 index 000000000000..33d86159cefd --- /dev/null +++ b/dev-libs/libvolume_id/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>bsd</herd> + <longdescription lang="en"> + Provided file system type information for systems that don't have udev. + </longdescription> +</pkgmetadata> |