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 /net-p2p/ncdc | |
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 'net-p2p/ncdc')
-rw-r--r-- | net-p2p/ncdc/Manifest | 3 | ||||
-rw-r--r-- | net-p2p/ncdc/metadata.xml | 16 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.18.1.ebuild | 30 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.19.1.ebuild | 40 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-1.19.ebuild | 35 | ||||
-rw-r--r-- | net-p2p/ncdc/ncdc-9999.ebuild | 41 |
6 files changed, 165 insertions, 0 deletions
diff --git a/net-p2p/ncdc/Manifest b/net-p2p/ncdc/Manifest new file mode 100644 index 000000000000..e3909e31d03b --- /dev/null +++ b/net-p2p/ncdc/Manifest @@ -0,0 +1,3 @@ +DIST ncdc-1.18.1.tar.gz 350781 SHA256 cc257731cd2ccc55831b8606694c379d0d8c441d250b8003785bec3d58fa8685 SHA512 0d52906de277215b5ed3f00cd3d502f3942a6ab5041197efc1edfd9e7a5b3ee32c2eda957a0bb1efa5e4ffb9f187c76cb324bfe2cd43ba591f9cd3301b88a70e WHIRLPOOL 21b506d41c7f546ef81f42d7d21b9d8ef4ce5bfc9a0403103559282cbf5b48d74380a8a84d4e1a41eaa48be3d9eadcc2ea41532e9399a205b51553d6f65aee9f +DIST ncdc-1.19.1.tar.gz 354308 SHA256 a6b23381434a47f7134d9ebdf5658fd06768f9b5de498c43e0fa00d1c7229d47 SHA512 36eda8c582ddb40ef732151ecc1654eae927a6a004430d8d27528b3c57ae5e1b06c23a867d8e1624ee4365031325fd7ced2888dd64ff129431bba9ff4171f189 WHIRLPOOL eec4f206ffc15c2389855215c17dada8004200c4eaa5d54bb175296dccccd1fa9518b6a12798c72751896645ea4f77bae58708dee4743bef50c5af98e97af36e +DIST ncdc-1.19.tar.gz 354337 SHA256 c24130b8bb735f936b1090d4e5f4413c08548a45a2640193386c26dc1dc7fbf1 SHA512 0c94a003f61258f1b1fd5bfc347ca33d1b6b48923238e0f7c26e655178ba4a231eca1e47d1c0fccca1cfe6858ad88651180f901e5bca16838e56302ce074fa69 WHIRLPOOL 55c97274a1bffa5c42f8c9acdb5bf6d8e22adeab15d9391fd6d47133cc25f9b0db11ff471242149440706125bd70205fe9ff0836007b3c9b4e7b7a49c0fc2881 diff --git a/net-p2p/ncdc/metadata.xml b/net-p2p/ncdc/metadata.xml new file mode 100644 index 000000000000..9d60532f08b2 --- /dev/null +++ b/net-p2p/ncdc/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>xmw@gentoo.org</email> + <name>Michael Weber</name> +</maintainer> +<upstream> + <maintainer status="active"> + <email>projects@yorhel.nl</email> + </maintainer> + <changelog>http://dev.yorhel.nl/ncdc/changes</changelog> + <doc lang="en">http://dev.yorhel.nl/ncdc/man</doc> + <bugs-to>http://dev.yorhel.nl/ncdc/bug</bugs-to> +</upstream> +</pkgmetadata> diff --git a/net-p2p/ncdc/ncdc-1.18.1.ebuild b/net-p2p/ncdc/ncdc-1.18.1.ebuild new file mode 100644 index 000000000000..28ce780e762b --- /dev/null +++ b/net-p2p/ncdc/ncdc-1.18.1.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="ncurses directconnect client" +HOMEPAGE="http://dev.yorhel.nl/ncdc" +SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~ppc ~sparc x86" +IUSE="" + +RDEPEND="app-arch/bzip2 + dev-db/sqlite:3 + dev-libs/glib:2 + net-libs/gnutls + sys-libs/ncurses:5[unicode] + sys-libs/zlib" +DEPEND="${RDEPEND} + dev-util/makeheaders + virtual/pkgconfig" + +src_compile() { + emake AR="$(tc-getAR)" +} diff --git a/net-p2p/ncdc/ncdc-1.19.1.ebuild b/net-p2p/ncdc/ncdc-1.19.1.ebuild new file mode 100644 index 000000000000..01fb84379971 --- /dev/null +++ b/net-p2p/ncdc/ncdc-1.19.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils toolchain-funcs + +DESCRIPTION="ncurses directconnect client" +HOMEPAGE="http://dev.yorhel.nl/ncdc" +SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="amd64 ~ppc ~sparc x86" +IUSE="geoip" + +RDEPEND="app-arch/bzip2 + dev-db/sqlite:3 + dev-libs/glib:2 + net-libs/gnutls + sys-libs/ncurses:5[unicode] + sys-libs/zlib + geoip? ( dev-libs/geoip )" +DEPEND="${RDEPEND} + dev-util/makeheaders + virtual/pkgconfig" + +src_prepare() { + epatch_user && eautoreconf +} + +src_configure() { + econf \ + $(use_with geoip) +} + +src_compile() { + emake AR="$(tc-getAR)" +} diff --git a/net-p2p/ncdc/ncdc-1.19.ebuild b/net-p2p/ncdc/ncdc-1.19.ebuild new file mode 100644 index 000000000000..b721600054a4 --- /dev/null +++ b/net-p2p/ncdc/ncdc-1.19.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit toolchain-funcs + +DESCRIPTION="ncurses directconnect client" +HOMEPAGE="http://dev.yorhel.nl/ncdc" +SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="geoip" + +RDEPEND="app-arch/bzip2 + dev-db/sqlite:3 + dev-libs/glib:2 + net-libs/gnutls + sys-libs/ncurses:5[unicode] + sys-libs/zlib + geoip? ( dev-libs/geoip )" +DEPEND="${RDEPEND} + dev-util/makeheaders + virtual/pkgconfig" + +src_configure() { + econf $(use_with geoip) +} + +src_compile() { + emake AR="$(tc-getAR)" +} diff --git a/net-p2p/ncdc/ncdc-9999.ebuild b/net-p2p/ncdc/ncdc-9999.ebuild new file mode 100644 index 000000000000..3fe8ec778bd7 --- /dev/null +++ b/net-p2p/ncdc/ncdc-9999.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +inherit autotools eutils git-2 toolchain-funcs + +DESCRIPTION="ncurses directconnect client" +HOMEPAGE="http://dev.yorhel.nl/ncdc" +EGIT_REPO_URI="git://g.blicky.net/ncdc.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="geoip" + +RDEPEND="app-arch/bzip2 + dev-db/sqlite:3 + dev-libs/glib:2 + net-libs/gnutls + sys-libs/ncurses:5[unicode] + sys-libs/zlib + geoip? ( dev-libs/geoip )" +DEPEND="${RDEPEND} + dev-util/makeheaders + virtual/pkgconfig" + +src_prepare() { + epatch_user + eautoreconf +} + +src_configure() { + econf --enable-git-version \ + $(use_with geoip) +} + +src_compile() { + emake AR="$(tc-getAR)" +} |