From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/
Date: Wed, 9 Dec 2015 17:02:42 +0000 (UTC) [thread overview]
Message-ID: <1449681016.3aeb7136da42d6c0b149280f4df8acbfce5038b4.blueness@gentoo> (raw)
commit: 3aeb7136da42d6c0b149280f4df8acbfce5038b4
Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 17:10:02 2015 +0000
Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 17:10:16 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aeb7136
app-portage/grs: remove older stable version
Package-Manager: portage-2.2.20.1
app-portage/grs/Manifest | 2 --
app-portage/grs/grs-0.1.ebuild | 43 ----------------------------------------
app-portage/grs/grs-0.2.ebuild | 45 ------------------------------------------
3 files changed, 90 deletions(-)
diff --git a/app-portage/grs/Manifest b/app-portage/grs/Manifest
index a767d2a..e87459e 100644
--- a/app-portage/grs/Manifest
+++ b/app-portage/grs/Manifest
@@ -1,3 +1 @@
-DIST grs-0.1.tar.gz 32017 SHA256 38018649a6c767e3e295a24bec6fd880c63f892dd74a0f34ebc0bdc22c2683a8 SHA512 89f005c520f7ee0db4c57764592fe6555d75e1c78dd3dc0c224bd2197bebfad34a1b1279fbef75411949bfcd430dc3ebf57e929934a193bbc0da9d56a2944f75 WHIRLPOOL 31d612470ecc3b13388ddee1ebac7fb8584f5642491b09cda3ed3575ff303c70da25460b56a9d9595966a681ee21ec0b93f2d0fee91874dd18c7494e74cb384e
-DIST grs-0.2.tar.gz 34089 SHA256 cf666870d1d856e77da2aa59905eea32cb603673cbeb4a0f487d962321c50006 SHA512 502b8a6d66784b7b0c93b421cc5bc25db320edb555e2b283bf9a0e1edccd67ba8c07bc8cc715824b6c82ce435d2c1f5671b7ea84d2d856beef4f771d65992efb WHIRLPOOL 52e9f4589f01f8352a882d46c85478c8e5dce47390483b4a93958231e3502fd082957f18bf9b5f2d08f04d112e5eede0b5ee140a47852ccacc8acc8723ce4e5f
DIST grs-0.3.tar.gz 34173 SHA256 445af2f267df936b4a06fdcb17e2a28dafd6eed8d52a8ff69ada622cedd8699d SHA512 710ea986ab55eabed5b774e850854ee36e600d378dd17a2d62cce67132695ecadea01b15ffaed750bb33a6f31e49989952425b7602808f65574ac506da1773fa WHIRLPOOL f5632d5562d6cb66b8111c35c5d5b57e0710d01d679d9c802182d18e2ddee0af7fe058a1275ca45c097fefdb1419943c638fdfe93110639cf299fd1c0df5b83d
diff --git a/app-portage/grs/grs-0.1.ebuild b/app-portage/grs/grs-0.1.ebuild
deleted file mode 100644
index 3f369aa..0000000
--- a/app-portage/grs/grs-0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git"
- inherit git-2
-else
- SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
- KEYWORDS="amd64"
-fi
-
-DESCRIPTION="Suite to build Gentoo Reference Systems"
-HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-arch/tar[xattr]
- app-crypt/md5deep
- dev-libs/libcgroup
- dev-vcs/git
- net-misc/rsync
- sys-apps/portage
- || (
- sys-kernel/genkernel
- sys-kernel/genkernel-next
- )"
-
-src_install() {
- distutils-r1_src_install
- echo "CONFIG_PROTECT=\"/etc/grs/systems.conf\"" > "${T}"/20grs
- doenvd "${T}"/20grs
-}
diff --git a/app-portage/grs/grs-0.2.ebuild b/app-portage/grs/grs-0.2.ebuild
deleted file mode 100644
index 9fdc78a..0000000
--- a/app-portage/grs/grs-0.2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-PYTHON_COMPAT=( python3_4 )
-
-inherit distutils-r1
-
-if [[ ${PV} == "9999" ]] ; then
- EGIT_REPO_URI="git://anongit.gentoo.org/proj/grss.git"
- inherit git-2
-else
- SRC_URI="https://dev.gentoo.org/~blueness/${PN}/${P}.tar.gz"
- KEYWORDS="amd64"
-fi
-
-DESCRIPTION="Suite to build Gentoo Reference Systems"
-HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-RDEPEND="
- app-arch/tar[xattr]
- app-crypt/md5deep
- dev-libs/libcgroup
- dev-vcs/git
- net-misc/rsync
- sys-apps/portage
- sys-fs/squashfs-tools
- virtual/cdrtools
- || (
- sys-kernel/genkernel
- sys-kernel/genkernel-next
- )"
-
-src_install() {
- distutils-r1_src_install
- echo "CONFIG_PROTECT=\"/etc/grs/systems.conf\"" > "${T}"/20grs
- doenvd "${T}"/20grs
-}
next reply other threads:[~2015-12-09 17:02 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-09 17:02 Anthony G. Basile [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-22 15:28 [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ Anthony G. Basile
2024-06-10 18:16 Anthony G. Basile
2023-03-06 18:07 Anthony G. Basile
2023-01-11 8:07 Sam James
2022-08-01 17:05 Anthony G. Basile
2022-07-25 13:38 Anthony G. Basile
2022-07-21 16:21 Anthony G. Basile
2022-07-18 20:02 Anthony G. Basile
2021-09-24 11:10 Anthony G. Basile
2021-08-05 6:39 Anthony G. Basile
2020-12-18 9:00 Michał Górny
2020-06-05 15:46 Anthony G. Basile
2020-06-05 15:46 Anthony G. Basile
2019-12-26 17:02 Anthony G. Basile
2019-05-18 10:02 Michał Górny
2019-04-20 18:13 Anthony G. Basile
2019-04-16 12:53 Anthony G. Basile
2018-12-06 11:16 Anthony G. Basile
2018-11-14 23:00 Anthony G. Basile
2018-11-14 22:22 Anthony G. Basile
2018-11-07 6:23 Anthony G. Basile
2018-11-07 6:23 Anthony G. Basile
2018-03-21 18:12 Michał Górny
2018-01-20 13:54 Anthony G. Basile
2018-01-15 19:14 Anthony G. Basile
2018-01-15 12:27 Anthony G. Basile
2018-01-15 1:30 Anthony G. Basile
2018-01-14 17:37 Anthony G. Basile
2018-01-14 11:43 Anthony G. Basile
2018-01-14 9:49 Anthony G. Basile
2017-12-27 17:23 Anthony G. Basile
2017-12-27 17:21 Anthony G. Basile
2017-12-27 17:18 Anthony G. Basile
2017-12-27 8:03 Anthony G. Basile
2017-12-25 14:43 David Seifert
2017-04-22 9:56 Pacho Ramos
2016-03-07 0:11 Anthony G. Basile
2016-03-07 0:11 Anthony G. Basile
2016-02-23 1:50 Anthony G. Basile
2016-02-23 1:30 Anthony G. Basile
2016-02-23 0:46 Anthony G. Basile
2016-01-09 21:22 Anthony G. Basile
2016-01-09 21:22 Anthony G. Basile
2015-12-09 17:02 Anthony G. Basile
2015-10-13 21:57 Anthony G. Basile
2015-09-25 1:03 Anthony G. Basile
2015-09-22 19:34 Anthony G. Basile
2015-09-22 19:34 Anthony G. Basile
2015-08-13 13:44 Anthony G. Basile
2015-08-12 0:06 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=1449681016.3aeb7136da42d6c0b149280f4df8acbfce5038b4.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