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 /sys-fs/libeatmydata | |
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 'sys-fs/libeatmydata')
-rw-r--r-- | sys-fs/libeatmydata/Manifest | 3 | ||||
-rw-r--r-- | sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch | 14 | ||||
-rw-r--r-- | sys-fs/libeatmydata/libeatmydata-105-r1.ebuild | 33 | ||||
-rw-r--r-- | sys-fs/libeatmydata/libeatmydata-65.ebuild | 30 | ||||
-rw-r--r-- | sys-fs/libeatmydata/libeatmydata-82-r1.ebuild | 27 | ||||
-rw-r--r-- | sys-fs/libeatmydata/libeatmydata-82.ebuild | 30 | ||||
-rw-r--r-- | sys-fs/libeatmydata/metadata.xml | 15 |
7 files changed, 152 insertions, 0 deletions
diff --git a/sys-fs/libeatmydata/Manifest b/sys-fs/libeatmydata/Manifest new file mode 100644 index 000000000000..f24deedf6065 --- /dev/null +++ b/sys-fs/libeatmydata/Manifest @@ -0,0 +1,3 @@ +DIST libeatmydata-105.tar.gz 419427 SHA256 bdd2d068b6b27cf47cd22aa4c5da43b3d4a05944cfe0ad1b0d843d360ed3a8dd SHA512 fb2ac1400d5e3c44bfc952c72f29a4c7234edf5b756a9602ad822c57fbc9813c35d2da9492e2982abf81e0826d278da2d31ee1865e806754e0b387ad699367d4 WHIRLPOOL 52e3e4db47b279d654450cacc76e24d2138f35299d55c81fd8760a1e054450d9d0e21ec3163ddce5116a868e0ea04783c014ca13480f8140e3a422b6480a83e2 +DIST libeatmydata-65.tar.gz 408813 SHA256 8a16c1ff04aeceed1891e2772728359d3368347e1807bed60fc6147d8968d5c1 SHA512 b2e3ed9c67b6ae9b0e5918b114bf0fb6e59dda3bff9b9331a8c280243822d4c77f35e9b08138ea65a74c893cc2bd67677bbf28b03bc61f011b24dd39d171adc2 WHIRLPOOL 51347727497073130ab4ea18d963a8d98c3e950a56c612f0485f205908b1b97f10f6e0afdad2a3d1c448bde2132426fc0a173a6140009a26a3a8db581b13460e +DIST libeatmydata-82.tar.gz 407977 SHA256 0b675f58069f912727cee5eb75f9ff1a6a8300fe7e3fe4fc6bdd03b7c2c15b29 SHA512 882b2464c26d99ea0b01a2f1171dddb637ac0b3509c18416da4e0199f515ff23c43a7bb5eb641bc3447a2c6be06c261260713565c3e4c4b988995d09f52d623c WHIRLPOOL 5f6decc9e2a8de05379bd16874b2fb8865b52b115686c11cb0d0126b2ace822e0722cf0e2a7810e9f573fb1845dac00db991ecdbef10e98f49a1a5e4a7705153 diff --git a/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch b/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch new file mode 100644 index 000000000000..3ffd698c7ddd --- /dev/null +++ b/sys-fs/libeatmydata/files/libeatmydata-105-undpkg.patch @@ -0,0 +1,14 @@ +Don't rely on debian's way to multilib/multiarch. + +https://bugs.gentoo.org/550344 +diff --git a/eatmydata.in b/eatmydata.in +index 40468db..aa143f0 100644 +--- a/eatmydata.in ++++ b/eatmydata.in +@@ -17,5 +17,4 @@ + +-export `dpkg-architecture|grep DEB_BUILD_MULTIARCH` ++shlib="@libexecdir@/eatmydata.sh" + +-shlib="/usr/lib/$DEB_BUILD_MULTIARCH/eatmydata.sh" + if [ -f "$shlib" ]; then diff --git a/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild b/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild new file mode 100644 index 000000000000..6000f4cada2d --- /dev/null +++ b/sys-fs/libeatmydata/libeatmydata-105-r1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools-multilib eutils + +DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP" +HOMEPAGE="https://launchpad.net/libeatmydata/" +SRC_URI="https://launchpad.net/${PN}/trunk/release-${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +# sandbox fools LD_PRELOAD and libeatmydata does not get control +# bug/feature in sandbox? +#DEPEND="test? ( dev-util/strace )" +RESTRICT=test + +DEPEND="sys-apps/sed" +RDEPEND="" + +PATCHES=( + "${FILESDIR}"/${PN}-105-undpkg.patch +) + +multilib_src_install_all() { + prune_libtool_files --all + + dodoc AUTHORS README +} diff --git a/sys-fs/libeatmydata/libeatmydata-65.ebuild b/sys-fs/libeatmydata/libeatmydata-65.ebuild new file mode 100644 index 000000000000..147dee5ead44 --- /dev/null +++ b/sys-fs/libeatmydata/libeatmydata-65.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="4" +inherit eutils + +DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP" +HOMEPAGE="https://launchpad.net/libeatmydata/" +SRC_URI="https://launchpad.net/${PN}/trunk/release-${PV}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +# sandbox fools LD_PRELOAD and libeatmydata does not get control +# bug/feature in sandbox? +#DEPEND="test? ( dev-util/strace )" +RESTRICT=test + +DEPEND="sys-apps/sed" +RDEPEND="" + +src_install() { + default + + prune_libtool_files --all + dodoc AUTHORS README +} diff --git a/sys-fs/libeatmydata/libeatmydata-82-r1.ebuild b/sys-fs/libeatmydata/libeatmydata-82-r1.ebuild new file mode 100644 index 000000000000..268b562f8784 --- /dev/null +++ b/sys-fs/libeatmydata/libeatmydata-82-r1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit autotools-multilib eutils + +DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP" +HOMEPAGE="https://launchpad.net/libeatmydata/" +SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +# sandbox fools LD_PRELOAD and libeatmydata does not get control +# bug/feature in sandbox? +#DEPEND="test? ( dev-util/strace )" +RESTRICT=test + +DEPEND="sys-apps/sed" +RDEPEND="" + +multilib_src_install_all() { + dodoc AUTHORS README +} diff --git a/sys-fs/libeatmydata/libeatmydata-82.ebuild b/sys-fs/libeatmydata/libeatmydata-82.ebuild new file mode 100644 index 000000000000..75d4892fd0c6 --- /dev/null +++ b/sys-fs/libeatmydata/libeatmydata-82.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils + +DESCRIPTION="LD_PRELOAD hack to convert sync()/msync() and the like to NO-OP" +HOMEPAGE="https://launchpad.net/libeatmydata/" +SRC_URI="https://launchpad.net/${PN}/trunk/${P}/+download/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" + +# sandbox fools LD_PRELOAD and libeatmydata does not get control +# bug/feature in sandbox? +#DEPEND="test? ( dev-util/strace )" +RESTRICT=test + +DEPEND="sys-apps/sed" +RDEPEND="" + +src_install() { + default + + prune_libtool_files --all + dodoc AUTHORS README +} diff --git a/sys-fs/libeatmydata/metadata.xml b/sys-fs/libeatmydata/metadata.xml new file mode 100644 index 000000000000..e44d669eaaa3 --- /dev/null +++ b/sys-fs/libeatmydata/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>slyfox@gentoo.org</email> + <name>Sergei Trofimovich</name> + </maintainer> + <longdescription> + eatmydata: library and utilities designed to disable fsync and friends. + Used as LD_PRELOAD hack to hijack fsync() and open(O_SYNC) calls. + </longdescription> + <upstream> + <remote-id type="launchpad">libeatmydata</remote-id> + </upstream> +</pkgmetadata> |