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/flaggie | |
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/flaggie')
-rw-r--r-- | app-portage/flaggie/Manifest | 1 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-0.2.1.ebuild | 36 | ||||
-rw-r--r-- | app-portage/flaggie/flaggie-9999.ebuild | 46 | ||||
-rw-r--r-- | app-portage/flaggie/metadata.xml | 16 |
4 files changed, 99 insertions, 0 deletions
diff --git a/app-portage/flaggie/Manifest b/app-portage/flaggie/Manifest new file mode 100644 index 000000000000..44da735639f1 --- /dev/null +++ b/app-portage/flaggie/Manifest @@ -0,0 +1 @@ +DIST flaggie-0.2.1.tar.bz2 16767 SHA256 00a657a6c518bfabbc38770f61600d315a5441e821a8006406346e9a44f025d1 SHA512 3f273ebeceaaedce7a3807126fb3f450e420338a883440066d06a4d6a95b63bd538bb5da882fea23e0d390b28a83f50375dbda2624f656327775b2b700f2b2e4 WHIRLPOOL 9df433aa157dabda6089c9a2cf954085b96b13aaeeff1311be4547132d9b50109aed1f6e0b9f968b498d022721217072dda932137dad5ffc2b99ed23cce018be diff --git a/app-portage/flaggie/flaggie-0.2.1.ebuild b/app-portage/flaggie/flaggie-0.2.1.ebuild new file mode 100644 index 000000000000..291ad98f5432 --- /dev/null +++ b/app-portage/flaggie/flaggie-0.2.1.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2014 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 bash-completion-r1 distutils-r1 + +DESCRIPTION="A smart CLI mangler for package.* files" +HOMEPAGE="https://bitbucket.org/mgorny/flaggie/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 arm ~hppa ~mips ~ppc64 x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" + +python_install_all() { + newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN} + distutils-r1_python_install_all +} + +pkg_postinst() { + ewarn "Please denote that flaggie creates backups of your package.* files" + ewarn "before performing each change through appending a single '~'." + ewarn "If you'd like to keep your own backup of them, please use another" + ewarn "naming scheme (or even better some VCS)." + elog + elog "bash-completion support requires:" + elog " app-shells/gentoo-bashcomp" + has_version app-shells/gentoo-bashcomp && \ + elog "(installed already)" +} diff --git a/app-portage/flaggie/flaggie-9999.ebuild b/app-portage/flaggie/flaggie-9999.ebuild new file mode 100644 index 000000000000..64ffcb43a66c --- /dev/null +++ b/app-portage/flaggie/flaggie-9999.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2014 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 bash-completion-r1 distutils-r1 + +#if LIVE +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" +inherit git-r3 +#endif + +DESCRIPTION="A smart CLI mangler for package.* files" +HOMEPAGE="https://bitbucket.org/mgorny/flaggie/" +SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc64 ~x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="sys-apps/portage[${PYTHON_USEDEP}]" + +#if LIVE +KEYWORDS= +SRC_URI= +#endif + +python_install_all() { + newbashcomp contrib/bash-completion/${PN}.bash-completion ${PN} + distutils-r1_python_install_all +} + +pkg_postinst() { + ewarn "Please note that flaggie creates backups of your package.* files" + ewarn "before performing each change through appending a single '~'." + ewarn "If you'd like to keep your own backup of them, please use another" + ewarn "naming scheme (or even better some VCS)." + if ! has_version app-shells/gentoo-bashcomp; then + elog + elog "If you want to use bash-completion, you need to install:" + elog " app-shells/gentoo-bashcomp" + fi +} diff --git a/app-portage/flaggie/metadata.xml b/app-portage/flaggie/metadata.xml new file mode 100644 index 000000000000..9b7e49debff0 --- /dev/null +++ b/app-portage/flaggie/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>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <upstream> + <maintainer status="active"> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <bugs-to>https://bitbucket.org/mgorny/flaggie/issues/</bugs-to> + <remote-id type="bitbucket">mgorny/flaggie</remote-id> + </upstream> +</pkgmetadata> |