public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-rails/
Date: Sat, 13 Jan 2018 08:46:41 +0000 (UTC)	[thread overview]
Message-ID: <1515833086.4a7cdefe0a71b12853044374f6815d34745f373f.graaff@gentoo> (raw)

commit:     4a7cdefe0a71b12853044374f6815d34745f373f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 08:32:55 2018 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 08:44:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a7cdefe

app-eselect/eselect-rails: cleanup

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-eselect/eselect-rails/Manifest                 |  2 --
 .../eselect-rails/eselect-rails-0.21.ebuild        | 27 --------------------
 .../eselect-rails/eselect-rails-0.22.ebuild        | 29 ----------------------
 3 files changed, 58 deletions(-)

diff --git a/app-eselect/eselect-rails/Manifest b/app-eselect/eselect-rails/Manifest
index 036e7ad526d..0e52948675c 100644
--- a/app-eselect/eselect-rails/Manifest
+++ b/app-eselect/eselect-rails/Manifest
@@ -1,3 +1 @@
-DIST eselect-rails-0.21.tar.xz 1592 BLAKE2B f033e4672693c26c12291aaddae2e13d995e74ea0b3090f36ef6deb32d108c082cb95276077809178e1650e86e1f0e9188b60130de6a4a5d8063849abc039fc3 SHA512 8d72d1abdb0bf767a71a518ff390dcd676fc05a35652d6a727d2d5f2029f26d2df8e56da3c4e611267d92505cc9217da0a53712bcaabff03f0f2422e1c9d9658
-DIST eselect-rails-0.22.tar.xz 1596 BLAKE2B 95b6fa4f57d2207abb3057a5de2346d21ae2a81151e5340554697abc019dcd7367ff4f7c39c35167f395a8b1c2b71d32d1c9ee1cf829312c812dc76b476d0810 SHA512 ff563520c68352d529f213f5a63cfac9acf4bda2ef0fe01626636669718997be8f4b749c98de1746b8b22cf45fc43042bfc485e1e8998175d8a15b9048a81cc5
 DIST eselect-rails-0.23.tar.xz 1596 BLAKE2B d958e870c63d32517d681d5e815616506cf318004e5d4f00d0ff6db4e0927a405b295bb0ede5e13664fe510f7cf9324eb63042abe283f0386bc9600552a32193 SHA512 34a2d8a2b613eb3a3e20515fdf916c4b7e862322816d78a32a9243fcc56bea1c154892df7f27eb5e640560b1e63b273b02807669155184ad28f085d2f84dd3b8

diff --git a/app-eselect/eselect-rails/eselect-rails-0.21.ebuild b/app-eselect/eselect-rails/eselect-rails-0.21.ebuild
deleted file mode 100644
index e2ec4f840c3..00000000000
--- a/app-eselect/eselect-rails/eselect-rails-0.21.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="Manages Ruby on Rails symlinks"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="https://dev.gentoo.org/~flameeyes/ruby-team/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.2.0"
-
-S=${WORKDIR}
-
-src_prepare() {
-	# Fix/Add Prefix support
-	sed -i -e 's/\${ROOT}/${EROOT}/' *.eselect || die
-}
-
-src_install() {
-	insinto /usr/share/eselect/modules
-	doins *.eselect || die "doins failed"
-}

diff --git a/app-eselect/eselect-rails/eselect-rails-0.22.ebuild b/app-eselect/eselect-rails/eselect-rails-0.22.ebuild
deleted file mode 100644
index 4b02e13bc77..00000000000
--- a/app-eselect/eselect-rails/eselect-rails-0.22.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Manages Ruby on Rails symlinks"
-HOMEPAGE="https://www.gentoo.org/"
-SRC_URI="https://dev.gentoo.org/~flameeyes/ruby-team/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RDEPEND=">=app-admin/eselect-1.2.0"
-
-S=${WORKDIR}
-
-src_prepare() {
-	default
-
-	# Fix/Add Prefix support
-	sed -i -e 's/\${ROOT}/${EROOT}/' *.eselect || die
-}
-
-src_install() {
-	insinto /usr/share/eselect/modules
-	doins *.eselect || die "doins failed"
-}


             reply	other threads:[~2018-01-13  8:46 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-01-13  8:46 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13  8:02 [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-rails/ Hans de Graaff
2024-11-13  8:02 Hans de Graaff
2024-11-13  8:02 Hans de Graaff
2024-08-12  7:16 Hans de Graaff
2023-10-08  7:16 Hans de Graaff
2023-09-10 11:41 Hans de Graaff
2023-04-09  7:42 Hans de Graaff
2021-09-07 21:28 Marek Szuba
2021-08-27  6:46 Hans de Graaff
2021-08-27  6:46 Hans de Graaff
2021-02-21  7:37 Hans de Graaff
2021-02-07  1:43 Sam James
2021-01-06 13:12 Fabian Groffen
2020-04-25 12:44 Sergei Trofimovich
2020-01-12  8:18 Hans de Graaff
2020-01-12  8:18 Hans de Graaff
2019-06-30  5:58 Hans de Graaff
2018-07-04 20:29 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-01-13  8:46 Hans de Graaff
2017-03-01  6:25 Hans de Graaff
2016-07-21 17:36 Hans de Graaff
2016-07-21 17:36 Hans de Graaff

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=1515833086.4a7cdefe0a71b12853044374f6815d34745f373f.graaff@gentoo \
    --to=graaff@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