* [gentoo-commits] repo/gentoo:master commit in: sys-libs/rvm/
@ 2016-07-31 14:28 Michael Orlitzky
0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2016-07-31 14:28 UTC (permalink / raw
To: gentoo-commits
commit: af01759bdb01689e440e91273e0254307153b78b
Author: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 14:26:22 2016 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 14:26:43 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af01759b
sys-libs/rvm: new revision rvm-1.17-r1 and remove an old version.
The new revision updates the ebuild to EAPI=6, and lets us remove the
src_install() function; the default now suffices. The old version
v1.16 was removed because it had an incorrect dependency on
sys-libs/lwp.
Gentoo-Bug: 349383
Package-Manager: portage-2.2.28
sys-libs/rvm/Manifest | 1 -
sys-libs/rvm/rvm-1.16.ebuild | 24 ----------------------
.../rvm/{rvm-1.17.ebuild => rvm-1.17-r1.ebuild} | 9 +++-----
3 files changed, 3 insertions(+), 31 deletions(-)
diff --git a/sys-libs/rvm/Manifest b/sys-libs/rvm/Manifest
index 605a9dc..6f3b2bd 100644
--- a/sys-libs/rvm/Manifest
+++ b/sys-libs/rvm/Manifest
@@ -1,3 +1,2 @@
DIST rvm-1.12.tar.gz 532869 SHA256 62de522fd70fc22ce87767e3a942e331d50fb696c43cf7e80349258f9787192c SHA512 34fedf1b6f87b2285417dc9f0ba2f203bd75f9a0fa2e8be280a36e27ab4aba4302b4a19cf7c373b93b22822a32f2104b956777f10b9a341107f66ac34fbab205 WHIRLPOOL 8e32698c56c865af54c2346885fdc3a52785b5cf7e097615fe8918023792f01a656ad6828211c696e4b3ed1ca5def6935c16448ceca10b347df87ef2ba1447ae
-DIST rvm-1.16.tar.gz 553968 SHA256 14549596db2608ab8d4b780e95526caf14f68f7257a1f599973af30c7725884b SHA512 23fecc4dada9d086096adf121f6c335dbcac8bf3af6bc6d681bfcb67129d2387391b2f2d173159d45b4fbf878008a6ba584eb51f16f571817c152308cc19526f WHIRLPOOL 5c82ac440030e560e3274d788eb7822a150ee29850040bf09a3c91f19d0ea68cdebc42495f73d763254c0f0ed1dd2bb06bef2b6dcf6f6af213d26b309d72e2c4
DIST rvm-1.17.tar.gz 558574 SHA256 ae560ce39ba54b57b3fcb08d37ec9e525b0f97dbb816fadbbeaddf76d609c27d SHA512 31956541e1e254fe9ecf3310e43f7395c847bab87e57bffe6e4f678a0077a21d0fb6af90e9bd79c599fc7f66255cd25dc99f85439c9e827319ff2c8bff4feb5d WHIRLPOOL 1e29fc5c44f1ede31696e8cd8319b6c4213d6f54c21df2f4c7f0bada6ce2822f2725eabea0e02f057087269b1fc51f50723ff3b561048f48ef8503cf75023a79
diff --git a/sys-libs/rvm/rvm-1.16.ebuild b/sys-libs/rvm/rvm-1.16.ebuild
deleted file mode 100644
index da76ae6..0000000
--- a/sys-libs/rvm/rvm-1.16.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
-HOMEPAGE="http://www.coda.cs.cmu.edu/"
-SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
-IUSE=""
-SLOT="1"
-LICENSE="LGPL-2.1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
-
-DEPEND=">=sys-libs/lwp-2.0
- sys-apps/grep
- sys-devel/libtool
- sys-devel/gcc"
-
-RDEPEND=">=sys-libs/lwp-2.0"
-
-src_install() {
- make DESTDIR="${D}" install || die
-
- dodoc NEWS
-}
diff --git a/sys-libs/rvm/rvm-1.17.ebuild b/sys-libs/rvm/rvm-1.17-r1.ebuild
similarity index 77%
rename from sys-libs/rvm/rvm-1.17.ebuild
rename to sys-libs/rvm/rvm-1.17-r1.ebuild
index 32ea4bb..e4bfc3b 100644
--- a/sys-libs/rvm/rvm-1.17.ebuild
+++ b/sys-libs/rvm/rvm-1.17-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="2"
+EAPI=6
DESCRIPTION="Recoverable Virtual Memory (used by Coda)"
HOMEPAGE="http://www.coda.cs.cmu.edu/"
@@ -17,7 +17,4 @@ RDEPEND=">=sys-libs/lwp-2.5"
DEPEND="${RDEPEND}
virtual/pkgconfig"
-src_install() {
- emake DESTDIR="${D}" install || die
- dodoc NEWS
-}
+DOCS=( NEWS )
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/rvm/
@ 2018-04-26 19:22 Thomas Deutschmann
0 siblings, 0 replies; 3+ messages in thread
From: Thomas Deutschmann @ 2018-04-26 19:22 UTC (permalink / raw
To: gentoo-commits
commit: 816d53c2ca5cd941483fdfbf794b2b20e0722657
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 26 19:21:41 2018 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Apr 26 19:22:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=816d53c2
sys-libs/rvm: x86 stable (bug #654100)
Package-Manager: Portage-2.3.31, Repoman-2.3.9
sys-libs/rvm/rvm-1.17-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/rvm/rvm-1.17-r1.ebuild b/sys-libs/rvm/rvm-1.17-r1.ebuild
index 155981310f5..a7738ef6db6 100644
--- a/sys-libs/rvm/rvm-1.17-r1.ebuild
+++ b/sys-libs/rvm/rvm-1.17-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
IUSE=""
RDEPEND=">=sys-libs/lwp-2.5"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-libs/rvm/
@ 2018-04-28 10:45 Sergei Trofimovich
0 siblings, 0 replies; 3+ messages in thread
From: Sergei Trofimovich @ 2018-04-28 10:45 UTC (permalink / raw
To: gentoo-commits
commit: 773bfdf45c2a788964e0ed668c8500135309ad39
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 28 10:45:21 2018 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr 28 10:45:29 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=773bfdf4
sys-libs/rvm: stable 1.17-r1 for ia64, bug #654100
Bug: https://bugs.gentoo.org/654100
Package-Manager: Portage-2.3.31, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"
sys-libs/rvm/rvm-1.17-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-libs/rvm/rvm-1.17-r1.ebuild b/sys-libs/rvm/rvm-1.17-r1.ebuild
index a7738ef6db6..5f036225c9a 100644
--- a/sys-libs/rvm/rvm-1.17-r1.ebuild
+++ b/sys-libs/rvm/rvm-1.17-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="http://www.coda.cs.cmu.edu/pub/rvm/src/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="1"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~hppa ia64 ~mips ~ppc ~sparc x86"
IUSE=""
RDEPEND=">=sys-libs/lwp-2.5"
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-28 10:45 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-26 19:22 [gentoo-commits] repo/gentoo:master commit in: sys-libs/rvm/ Thomas Deutschmann
-- strict thread matches above, loose matches on Subject: below --
2018-04-28 10:45 Sergei Trofimovich
2016-07-31 14:28 Michael Orlitzky
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox