public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/
Date: Tue, 26 Apr 2011 14:01:34 +0000 (UTC)	[thread overview]
Message-ID: <a83bf88a88f3035c8fb47f9a06c61225fce33ac9.mgorny@gentoo> (raw)

commit:     a83bf88a88f3035c8fb47f9a06c61225fce33ac9
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 26 14:01:37 2011 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 14:01:37 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=a83bf88a

app-portage/install-mask: Initial ebuild for install-mask tool.

(Portage version: 2.2.0_alpha30_p2/git/Linux x86_64, signed Manifest commit with key 05DE07BB)

---
 app-portage/install-mask/Manifest                 |   12 ++++++++
 app-portage/install-mask/install-mask-9999.ebuild |   29 +++++++++++++++++++++
 app-portage/install-mask/metadata.xml             |   16 +++++++++++
 3 files changed, 57 insertions(+), 0 deletions(-)

diff --git a/app-portage/install-mask/Manifest b/app-portage/install-mask/Manifest
new file mode 100644
index 0000000..9c4c146
--- /dev/null
+++ b/app-portage/install-mask/Manifest
@@ -0,0 +1,12 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+EBUILD install-mask-9999.ebuild 564 RMD160 1bf4ccbb75d63ed76b8506e56edce3aa6cdef0cf SHA1 65f9349ae9ee37904f43328d2eb09313291f6380 SHA256 fe6091ab1390e9abc8b29242ac133c950dcc19ac2ce6b87a92a8cd0d9dc2b840
+MISC metadata.xml 546 RMD160 09f6b5f56e00c0cfad42b06a09f1eb4461e47549 SHA1 5d81745b1cc4be3a5197d4fcf6b84caf52ebb292 SHA256 5dca739e0e92c3aae79074f7fdc7c1d46921d63b71d650d11b123ee8c59be6b8
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iEYEARECAAYFAk220EEACgkQnGSe5QXeB7t6SQCfcRONhBFm04IYLbIAFDYZa5x/
+lDYAoKJpI875u4clgofssIK0AY9fcvCg
+=00FY
+-----END PGP SIGNATURE-----

diff --git a/app-portage/install-mask/install-mask-9999.ebuild b/app-portage/install-mask/install-mask-9999.ebuild
new file mode 100644
index 0000000..cc64748
--- /dev/null
+++ b/app-portage/install-mask/install-mask-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+PYTHON_DEPEND='*:2.6'
+SUPPORT_PYTHON_ABIS=1
+RESTRICT_PYTHON_ABIS='2.4 2.5'
+
+EGIT_REPO_URI="git://github.com/mgorny/${PN}.git"
+inherit base distutils git-2
+
+DESCRIPTION="Handle INSTALL_MASK setting in make.conf"
+HOMEPAGE="https://github.com/mgorny/install-mask/"
+SRC_URI=""
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="app-portage/flaggie"
+
+PYTHON_MODNAME=InstallMask
+
+src_prepare() {
+	base_src_prepare
+	distutils_src_prepare
+}

diff --git a/app-portage/install-mask/metadata.xml b/app-portage/install-mask/metadata.xml
new file mode 100644
index 0000000..8547bf2
--- /dev/null
+++ b/app-portage/install-mask/metadata.xml
@@ -0,0 +1,16 @@
+<?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>
+	<upstream>
+		<maintainer status="active">
+			<email>mgorny@gentoo.org</email>
+			<name>Michał Górny</name>
+		</maintainer>
+		<bugs-to>http://bugs.gentoo.org/enter_bug.cgi?product=Gentoo%20Linux&amp;component=Applications&amp;short_desc=app-portage/install-mask:%20</bugs-to>
+	</upstream>
+</pkgmetadata>



             reply	other threads:[~2011-04-26 14:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-26 14:01 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-05-06 14:54 [gentoo-commits] dev/mgorny:master commit in: app-portage/install-mask/ Michał Górny
2011-07-01 13:21 Michał Górny
2011-09-15  9:20 Michał Górny
2011-09-16 21:59 Michał Górny
2012-12-09 23:17 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a83bf88a88f3035c8fb47f9a06c61225fce33ac9.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox