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 /app-portage/diffmask | |
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 'app-portage/diffmask')
-rw-r--r-- | app-portage/diffmask/Manifest | 1 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.3-r2.ebuild | 19 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-9999.ebuild | 29 | ||||
-rw-r--r-- | app-portage/diffmask/metadata.xml | 23 |
4 files changed, 72 insertions, 0 deletions
diff --git a/app-portage/diffmask/Manifest b/app-portage/diffmask/Manifest new file mode 100644 index 000000000000..b5baaba67c7f --- /dev/null +++ b/app-portage/diffmask/Manifest @@ -0,0 +1 @@ +DIST diffmask-0.3.3.tar.bz2 8605 SHA256 303bccbdd6f538fee4cf20e1aa8c8c165c1843333331e46016318f198ae9cb24 SHA512 5f28f68dc1adba2fb7b0db5e2a329e46017298de9c44765d521a0f338223eef2a77573636987e942595db9b89b72db93b68cf5b805091b0ebb1e91a18bfcd48b WHIRLPOOL ac3bbf5591b993972b8ef2929a048d0b13324b19074d3107d8e8ebd35e9c54670fdd6fadf83a23f26b3a93443ca40c686567e991580701892fff0283dbe630c3 diff --git a/app-portage/diffmask/diffmask-0.3.3-r2.ebuild b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild new file mode 100644 index 000000000000..907cb2ed1367 --- /dev/null +++ b/app-portage/diffmask/diffmask-0.3.3-r2.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" +HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" diff --git a/app-portage/diffmask/diffmask-9999.ebuild b/app-portage/diffmask/diffmask-9999.ebuild new file mode 100644 index 000000000000..1c0082cce11f --- /dev/null +++ b/app-portage/diffmask/diffmask-9999.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) + +inherit distutils-r1 + +#if LIVE +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" +inherit git-r3 +#endif + +DESCRIPTION="A utility to maintain package.unmask entries up-to-date with masks" +HOMEPAGE="https://bitbucket.org/mgorny/diffmask/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~mips ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" +#if LIVE + +KEYWORDS= +SRC_URI= +#endif diff --git a/app-portage/diffmask/metadata.xml b/app-portage/diffmask/metadata.xml new file mode 100644 index 000000000000..ebc72a80f204 --- /dev/null +++ b/app-portage/diffmask/metadata.xml @@ -0,0 +1,23 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <longdescription> + A utility to maintain a package.unmask file consisting of entries + copied from package.mask files. It can (try to) automatically find + entries unmasking specific packages, update existing package.unmask + entries (e.g. unmasking additional packages as they are appended to + the mask entries) and remove old unmasks. + </longdescription> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>https://bitbucket.org/mgorny/diffmask/issues/</bugs-to> + <remote-id type="bitbucket">mgorny/diffmask</remote-id> + </upstream> +</pkgmetadata> |