* [gentoo-commits] repo/gentoo:master commit in: net-misc/valve/
@ 2017-01-15 21:14 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2017-01-15 21:14 UTC (permalink / raw
To: gentoo-commits
commit: 8d6912a5539acbdf40ebe6079b731f95a97b57db
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 15 19:00:20 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 21:13:55 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d6912a5
net-misc/valve: EAPI 6 bump and ebuild cleanup.
Package-Manager: portage-2.3.0
net-misc/valve/valve-1.0-r1.ebuild | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/net-misc/valve/valve-1.0-r1.ebuild b/net-misc/valve/valve-1.0-r1.ebuild
new file mode 100644
index 00000000..3449ec0
--- /dev/null
+++ b/net-misc/valve/valve-1.0-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Copy data while enforcing a specified maximum transfer rate"
+HOMEPAGE="http://www.fourmilab.ch/webtools/valve"
+SRC_URI="http://www.fourmilab.ch/webtools/valve/${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test doc"
+
+DOCS=( README INSTALL valve.pdf )
+
+src_test() {
+ emake check
+}
+
+src_install() {
+ dodir /usr/share/man/man1 /usr/bin
+ emake DESTDIR="${D}" install
+ use doc && local HTML_DOCS=( index.html logo.png )
+ einstalldocs
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/valve/
@ 2018-03-04 22:11 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-03-04 22:11 UTC (permalink / raw
To: gentoo-commits
commit: b511427cf11e29d5ab79e98b571079bc43323f2b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 15:46:26 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 22:11:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b511427c
net-misc/valve: use HTTPS.
net-misc/valve/valve-1.0-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/net-misc/valve/valve-1.0-r1.ebuild b/net-misc/valve/valve-1.0-r1.ebuild
index ae6d5a2b21d..52f73b5320c 100644
--- a/net-misc/valve/valve-1.0-r1.ebuild
+++ b/net-misc/valve/valve-1.0-r1.ebuild
@@ -4,8 +4,8 @@
EAPI=6
DESCRIPTION="Copy data while enforcing a specified maximum transfer rate"
-HOMEPAGE="http://www.fourmilab.ch/webtools/valve"
-SRC_URI="http://www.fourmilab.ch/webtools/valve/${P}.tar.gz"
+HOMEPAGE="https://www.fourmilab.ch/webtools/valve/"
+SRC_URI="https://www.fourmilab.ch/webtools/valve/${P}.tar.gz"
LICENSE="public-domain"
SLOT="0"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-misc/valve/
@ 2018-03-04 22:11 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2018-03-04 22:11 UTC (permalink / raw
To: gentoo-commits
commit: ff47dd6aecfefb0a446536507d66f83e88c5bf9b
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Feb 15 15:45:00 2018 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Mar 4 22:11:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff47dd6a
net-misc/valve: remove old.
Closes: https://github.com/gentoo/gentoo/pull/7196
net-misc/valve/valve-1.0.ebuild | 29 -----------------------------
1 file changed, 29 deletions(-)
diff --git a/net-misc/valve/valve-1.0.ebuild b/net-misc/valve/valve-1.0.ebuild
deleted file mode 100644
index dff76c7f8ad..00000000000
--- a/net-misc/valve/valve-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="Copies data while enforcing a specified maximum transfer rate"
-HOMEPAGE="http://www.fourmilab.ch/webtools/valve/"
-SRC_URI="http://www.fourmilab.ch/webtools/valve/${P}.tar.gz"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="doc"
-
-DEPEND=""
-
-src_compile() {
- econf || die
- emake CTANGLE='' CWEAVE='' || die
-}
-
-src_install() {
- dobin valve || die
- doman valve.1 || die
- dodoc README valve.pdf || die
- dohtml index.html logo.png || die
-}
-
-src_test() {
- emake CTANGLE='' CWEAVE='' check || die "check failed"
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-04 22:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-01-15 21:14 [gentoo-commits] repo/gentoo:master commit in: net-misc/valve/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2018-03-04 22:11 Patrice Clement
2018-03-04 22:11 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox