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-block/aoetools | |
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-block/aoetools')
-rw-r--r-- | sys-block/aoetools/Manifest | 2 | ||||
-rw-r--r-- | sys-block/aoetools/aoetools-35.ebuild | 22 | ||||
-rw-r--r-- | sys-block/aoetools/aoetools-36.ebuild | 22 | ||||
-rw-r--r-- | sys-block/aoetools/files/aoetools-32-build.patch | 32 | ||||
-rw-r--r-- | sys-block/aoetools/metadata.xml | 8 |
5 files changed, 86 insertions, 0 deletions
diff --git a/sys-block/aoetools/Manifest b/sys-block/aoetools/Manifest new file mode 100644 index 000000000000..7b30ca08930a --- /dev/null +++ b/sys-block/aoetools/Manifest @@ -0,0 +1,2 @@ +DIST aoetools-35.tar.gz 35500 SHA256 837684fd8c5ccd15ce82d8e01e5e68e59b3045df200d5d68dc09f458baf33c7c SHA512 1f40cb33a613953d05314037eb8183cea6e95f973b61c1205260cf48f97e3f10708c1e7c558e7732b89e6cfaf9792ea8e432bd609431af46eadbfc3595709f5a WHIRLPOOL 090e8218b7b4a7aa4c002986354b188b97d95122fe42ff21f50e33b4188b60c118dd1a5cce76ff7c55e05973f0d3831a0d3b75bb6c3dc947483efb1efad1743a +DIST aoetools-36.tar.gz 36650 SHA256 fb5e2cd0de7644cc1ec04ee3aeb43211cf7445a0c19e13d6b3ed5a8fbdf215ff SHA512 ee23087bed87308e34d498af41fd0754b9867555822355103182e1194982645a18d59bd7ff5115b81fb40f8cbefbe5368199c9e5d531544e0e2375582be46ba1 WHIRLPOOL 80a4decbe2801130166821362fbe84e1998b155500d05c35375ab5629c2a10f8a1d0ae22567592a6d821a9f332d79443fe4714b5eed2ed35aae1c3241f8dda17 diff --git a/sys-block/aoetools/aoetools-35.ebuild b/sys-block/aoetools/aoetools-35.ebuild new file mode 100644 index 000000000000..f54caaa52927 --- /dev/null +++ b/sys-block/aoetools/aoetools-35.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=4 +inherit eutils toolchain-funcs + +DESCRIPTION="tools for ATA over Ethernet (AoE) network storage protocol" +HOMEPAGE="http://aoetools.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" +IUSE="" + +DOCS="NEWS README" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-32-build.patch + tc-export CC +} diff --git a/sys-block/aoetools/aoetools-36.ebuild b/sys-block/aoetools/aoetools-36.ebuild new file mode 100644 index 000000000000..ab119614cb7e --- /dev/null +++ b/sys-block/aoetools/aoetools-36.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit eutils toolchain-funcs + +DESCRIPTION="tools for ATA over Ethernet (AoE) network storage protocol" +HOMEPAGE="http://aoetools.sourceforge.net/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc ppc64 ~sparc x86" +IUSE="" + +DOCS="NEWS README" + +src_prepare() { + epatch "${FILESDIR}"/${PN}-32-build.patch + tc-export CC +} diff --git a/sys-block/aoetools/files/aoetools-32-build.patch b/sys-block/aoetools/files/aoetools-32-build.patch new file mode 100644 index 000000000000..abd2cce3d847 --- /dev/null +++ b/sys-block/aoetools/files/aoetools-32-build.patch @@ -0,0 +1,32 @@ +--- Makefile ++++ Makefile +@@ -40,7 +40,7 @@ + CONF_SCRIPTS = aoe-discover aoe-interfaces aoe-mkshelf aoe-revalidate aoe-flush aoe-stat + PROGS = aoeping aoecfg aoe-sancheck + COMMANDS := ${CONF_SCRIPTS} aoe-mkdevs aoe-version coraid-update ${PROGS} +-CFLAGS = -Wall -O -g ++CFLAGS += $(CPPFLAGS) + SANCHECKLIBS = -lpthread + + AOE_PING_OBJ = aoeping.o linux.o +@@ -68,17 +68,17 @@ + rm -f ${CONF_SCRIPTS} ${AOE_PING_OBJ} ${AOE_CFG_OBJ} ${SANCHECK_OBJ} ${PROGS} + + aoeping : ${AOE_PING_OBJ} +- ${CC} ${CFLAGS} -o $@ ${AOE_PING_OBJ} ++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${AOE_PING_OBJ} + aoeping.o : aoeping.c dat.h fns.h + ${CC} ${CFLAGS} -o $@ -c $< + linux.o : linux.c config.h + ${CC} ${CFLAGS} -o $@ -c $< + aoecfg: ${AOE_CFG_OBJ} +- ${CC} ${CFLAGS} -o $@ ${AOE_CFG_OBJ} ++ ${CC} ${CFLAGS} ${LDFLAGS} -o $@ ${AOE_CFG_OBJ} + aoecfg.o : aoecfg.c dat.h fns.h + ${CC} ${CFLAGS} -o $@ -c $< + aoe-sancheck : ${SANCHECK_OBJ} +- -$(CC) $(CFLAGS) -o $@ ${SANCHECK_OBJ} $(SANCHECKLIBS) ++ -$(CC) $(CFLAGS) ${LDFLAGS} -o $@ ${SANCHECK_OBJ} $(SANCHECKLIBS) + aoe-sancheck.o : aoe-sancheck.c + -$(CC) $(CFLAGS) -o $@ -c $< + diff --git a/sys-block/aoetools/metadata.xml b/sys-block/aoetools/metadata.xml new file mode 100644 index 000000000000..1154867b1dab --- /dev/null +++ b/sys-block/aoetools/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>base-system</herd> + <upstream> + <remote-id type="sourceforge">aoetools</remote-id> + </upstream> +</pkgmetadata> |