public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/blueness:master commit in: app-portage/grs/
Date: Thu, 25 Jun 2015 18:20:08 +0000 (UTC)	[thread overview]
Message-ID: <1435256529.cff3907913b321411f27e6bad406f8cd6a6093f0.blueness@gentoo> (raw)

commit:     cff3907913b321411f27e6bad406f8cd6a6093f0
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 18:22:09 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 18:22:09 2015 +0000
URL:        https://gitweb.gentoo.org/dev/blueness.git/commit/?id=cff39079

app-portage/grs: add live ebuild.

Package-Manager: portage-2.2.18
Manifest-Sign-Key: 0xF52D4BBA

 app-portage/grs/Manifest        |  1 +
 app-portage/grs/grs-9999.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/app-portage/grs/Manifest b/app-portage/grs/Manifest
index 7d0f5b9..b65357a 100644
--- a/app-portage/grs/Manifest
+++ b/app-portage/grs/Manifest
@@ -1,4 +1,5 @@
 DIST grs-0.1.tar.bz2 15879 SHA256 3777313493c3a93bda9f53f864e83d2018ea01fde9f1def675fda7f398c9ad53 SHA512 9b34029bd69b05dc645d4224133a5e47914cb9ac9093d8225f57413326b924a0fdb06c4cfe082d1f15edbf6374600c556544e139cb4726f6d4d659c2fa270cb8 WHIRLPOOL 33de144da6a8c234e6429079e069ae42da9a4471d99524235ee0d80e5fafe923d501465eb21a9d61fed4ce355bc57203f839bb8bfa36b8afbfb6c1da4e4dadf6
 EBUILD grs-0.1.ebuild 539 SHA256 911664e8fc0fd22357719dbc1c38fbe7f0ed17a8ad7f928e79e3f78f22fb9c72 SHA512 927d4ba625a35e096e34c0dd05dc27418f696528c19457a871e1fe0a9ecf518bb31980b6e1a5f7a46815438e4ee7ace415104802fba94c57b820776158afb361 WHIRLPOOL 8b4f4f260a77cd89749f5c25e9b4ed8449e3e20b5404835272f622745ce7ca76e1c45f324625a3d424add23717ed91f3c2dbdf1c59aebb6e8d1d70b2fc55b5bf
+EBUILD grs-9999.ebuild 661 SHA256 397b2ba5290e0e12e4f674aa987262aac095eb64549a11ddd8f2ad4103933c08 SHA512 4e6ac8509d64ff73f4265242790daf4fcec8606a4e3d4c55aebab2e0b5fa8240b3cd49d519bc7383ee17504257a08fb5e50864606bb25965a77138efbbe74d8b WHIRLPOOL 004918321204ed0c2cfd0263145f259411092614dcfecb57487a2cd1c75e97390097876e51ef220e481de1ae24d777ed52b00d96caef722976c93e5ef25a2ca3
 MISC ChangeLog 116 SHA256 3e682050913b2876b143946396b366986cc2cc884515342f3dcabca8dc252127 SHA512 f531b8622cd7023916d03d21b6bf0a8b8f3bbc328c1973226135a21131b59dad04d020fa1570c778af3e2cf453c9027445f45a398b76f8639b0cc99a9224f824 WHIRLPOOL d25a19a674e1530ea02693697c28cf02701c40f59b17d401b1ad090c2b1d31fedff8013c042b9f159e3e0d2d86385a291ef4b882e3c087b5fd61cbcd769a451a
 MISC metadata.xml 1206 SHA256 91ecca0f2e8a69033cb48416df21f41ef72bbb36a290d76f6339759f5a5ddf90 SHA512 536aacb83998f905b5c6525e4d6e633ec970552b2d3e87897b14f8b64f40c19036f21d8f2f4687ae90bd4ccf341efec0f5c3cd4d002121998522894c2ab9e62d WHIRLPOOL 5f109b206942a9dcf045d521e7acc40f5f81a9d6a1f1679ebc308b44b94eac84ffaa558bfaba817a8ac0e4d019d902a030cd0e493b7eed177d81867470c01897

diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild
new file mode 100644
index 0000000..026cd64
--- /dev/null
+++ b/app-portage/grs/grs-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-portage/layman/layman-2.3.0.ebuild,v 1.8 2015/06/25 00:24:51 floppym Exp $
+
+EAPI="5"
+
+PYTHON_COMPAT=( python{3_3,3_4} pypy )
+
+inherit distutils-r1
+
+if [[ ${PV} == "9999" ]] ; then
+    EGIT_REPO_URI="git://tweedledum.dyc.edu/gentoo-ref-sys"
+    inherit git-2
+else
+	SRC_URI="http://dev.gentoo.org/~blueness/${PN}/${P}.tar.bz2"
+	KEYWORDS="~amd64"
+fi
+
+DESCRIPTION="Suite to build Gentoo Reference Systems"
+HOMEPAGE="http://dev.gentoo.org/~blueness/${PN}"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+RDEPEND="dev-libs/libcgroup"


             reply	other threads:[~2015-06-25 18:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-25 18:20 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-07-04  2:57 [gentoo-commits] dev/blueness:master commit in: app-portage/grs/ Anthony G. Basile
2015-06-30 12:23 Anthony G. Basile
2015-06-30 12:12 Anthony G. Basile
2015-06-30 11:56 Anthony G. Basile
2015-06-25 18:10 Anthony G. Basile
2015-06-25 17:53 Anthony G. Basile
2015-06-25 17:51 Anthony G. Basile
2015-06-25 17:46 Anthony G. Basile

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=1435256529.cff3907913b321411f27e6bad406f8cd6a6093f0.blueness@gentoo \
    --to=blueness@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