diff options
author | Michał Górny <mgorny@gentoo.org> | 2010-10-23 19:22:18 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2010-10-23 19:22:18 +0000 |
commit | 3fcab27ffa79a691cda3713bc9a3ff769b5f62a5 (patch) | |
tree | f62ab5063b8fdc4e732731e66929c5bb7b293d2c /app-portage | |
parent | Marking Proc-ProcessTable-0.45-r2 ppc for bug 341241 (diff) | |
download | gentoo-2-3fcab27ffa79a691cda3713bc9a3ff769b5f62a5.tar.gz gentoo-2-3fcab27ffa79a691cda3713bc9a3ff769b5f62a5.tar.bz2 gentoo-2-3fcab27ffa79a691cda3713bc9a3ff769b5f62a5.zip |
Initial import.
(Portage version: 2.2_rc99_p28/cvs/Linux x86_64)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/diffmask/ChangeLog | 10 | ||||
-rw-r--r-- | app-portage/diffmask/diffmask-0.3.1.ebuild | 24 | ||||
-rw-r--r-- | app-portage/diffmask/metadata.xml | 23 |
3 files changed, 57 insertions, 0 deletions
diff --git a/app-portage/diffmask/ChangeLog b/app-portage/diffmask/ChangeLog new file mode 100644 index 000000000000..777620cce6d9 --- /dev/null +++ b/app-portage/diffmask/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for app-portage/diffmask +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/ChangeLog,v 1.1 2010/10/23 19:22:18 mgorny Exp $ + +*diffmask-0.3.1 (23 Oct 2010) + + 23 Oct 2010; Michał Górny <mgorny@gentoo.org> +diffmask-0.3.1.ebuild, + +metadata.xml: + Initial import. + diff --git a/app-portage/diffmask/diffmask-0.3.1.ebuild b/app-portage/diffmask/diffmask-0.3.1.ebuild new file mode 100644 index 000000000000..3110d7d0bc84 --- /dev/null +++ b/app-portage/diffmask/diffmask-0.3.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-portage/diffmask/diffmask-0.3.1.ebuild,v 1.1 2010/10/23 19:22:18 mgorny Exp $ + +EAPI=1 +PYTHON_DEPEND="2:2.6" + +inherit python + +DESCRIPTION="An utility to maintain package.unmask entries up-to-date with masks" +HOMEPAGE="http://github.com/mgorny/diffmask/" +SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +RDEPEND="sys-apps/portage" + +src_install() { + dobin ${PN} || die + dodoc README || die +} diff --git a/app-portage/diffmask/metadata.xml b/app-portage/diffmask/metadata.xml new file mode 100644 index 000000000000..79d42e2f7d9d --- /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> + <herd>no-herd</herd> + <maintainer> + <email>mgorny@gentoo.org</email> + <name>Michał Górny</name> + </maintainer> + <longdescription> + An 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>http://github.com/mgorny/diffmask/issues</bugs-to> + </upstream> +</pkgmetadata> |