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-util/kup | |
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-util/kup')
-rw-r--r-- | dev-util/kup/Manifest | 1 | ||||
-rw-r--r-- | dev-util/kup/kup-0.3.4.ebuild | 26 | ||||
-rw-r--r-- | dev-util/kup/metadata.xml | 8 |
3 files changed, 35 insertions, 0 deletions
diff --git a/dev-util/kup/Manifest b/dev-util/kup/Manifest new file mode 100644 index 000000000000..603f02f7089b --- /dev/null +++ b/dev-util/kup/Manifest @@ -0,0 +1 @@ +DIST kup-0.3.4.tar.gz 45996 SHA256 2a7f96084ca241e7d5ed5aa11dee8c04422b84645b05091ac5512b09ca0d03e2 SHA512 fde61de2978f8ba76c4b89a84313aa8b8651cc2610b1512ba1d662fbd0675f269959dd66ef5e1e0ce216ba66e12f5735e58bb36f4ba1a14d90269da1a6fcee46 WHIRLPOOL 29fbade9007be2ec3ba71861e10af228a3684e6486aafeed311806fb0088baf2c67999da30a65bc716ab1ed877cfced0bd2c81a46371875366615efb61531e41 diff --git a/dev-util/kup/kup-0.3.4.ebuild b/dev-util/kup/kup-0.3.4.ebuild new file mode 100644 index 000000000000..d5d30c82d431 --- /dev/null +++ b/dev-util/kup/kup-0.3.4.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +DESCRIPTION="kernel.org uploader tool" +HOMEPAGE="http://www.kernel.org/pub/software/network/kup" +SRC_URI="mirror://kernel/software/network/kup/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + dev-lang/perl + dev-perl/BSD-Resource + dev-perl/Config-Simple +" + +src_install () { + dobin kup + dobin gpg-sign-all + dobin kup-server + doman kup.1 + dodoc README +} diff --git a/dev-util/kup/metadata.xml b/dev-util/kup/metadata.xml new file mode 100644 index 000000000000..a44f8b1aad3c --- /dev/null +++ b/dev-util/kup/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer> + <email>gregkh@gentoo.org</email> + <name>Greg Kroah-Hartman</name> +</maintainer> +</pkgmetadata> |