public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2016-04-19  8:26 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-04-19  8:26 UTC (permalink / raw
  To: gentoo-commits

commit:     bf290efb8f4452f2493c881997ff9314120ac016
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 19 08:06:22 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Apr 19 08:12:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf290efb

app-misc/rl: EAPI 6 bump.

Package-Manager: portage-2.2.26

 app-misc/rl/rl-0.2.7-r1.ebuild | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
new file mode 100644
index 0000000..dfb4d54
--- /dev/null
+++ b/app-misc/rl/rl-0.2.7-r1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit multilib-minimal
+
+DESCRIPTION="Randomize lines from text files or stdin"
+HOMEPAGE="https://arthurdejong.org/rl"
+SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+IUSE="debug"
+
+multilib_src_configure() {
+	local myeconfargs=()
+	use debug && myeconfargs+=(--enable-debug)
+	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+src_compile() {
+	multilib-minimal_src_compile
+}
+
+src_install() {
+	multilib-minimal_src_install
+	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
+}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2016-06-04 18:38 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-06-04 18:38 UTC (permalink / raw
  To: gentoo-commits

commit:     ec67e53d6b7210aafe64c959cfec1b8dd3cff4f0
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 18:10:16 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 18:10:33 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec67e53d

app-misc/rl: Stable for amd64.

Package-Manager: portage-2.2.28

 app-misc/rl/rl-0.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
index dfb4d54..2d1dd3b 100644
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ b/app-misc/rl/rl-0.2.7-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
 IUSE="debug"
 
 multilib_src_configure() {


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2016-12-18 17:52 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-12-18 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     3a8608273559010e69b0690adcdb259df86e8fb8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 17:50:31 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 17:52:02 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a860827

app-misc/rl: move documentation generation from dodoc to DOCS array.

Package-Manager: portage-2.3.0

 app-misc/rl/rl-0.2.7-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
index 2d1dd3b..eddd818 100644
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ b/app-misc/rl/rl-0.2.7-r1.ebuild
@@ -15,6 +15,8 @@ SLOT="0"
 KEYWORDS="amd64 ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
 IUSE="debug"
 
+DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
+
 multilib_src_configure() {
 	local myeconfargs=()
 	use debug && myeconfargs+=(--enable-debug)
@@ -27,5 +29,4 @@ src_compile() {
 
 src_install() {
 	multilib-minimal_src_install
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
 }


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2016-12-18 17:52 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-12-18 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     67abbb2b2a8f78407114dca9d3eb5035271a3df5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 17:51:36 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 17:52:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67abbb2b

app-misc/rl: clean up old.

Package-Manager: portage-2.3.0

 app-misc/rl/rl-0.2.7.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/app-misc/rl/rl-0.2.7.ebuild b/app-misc/rl/rl-0.2.7.ebuild
deleted file mode 100644
index eb7d684..00000000
--- a/app-misc/rl/rl-0.2.7.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-DESCRIPTION="Randomize lines from text files or stdin"
-HOMEPAGE="http://ch.tudelft.nl/~arthur/rl/"
-SRC_URI="http://ch.tudelft.nl/~arthur/rl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ppc s390 sparc x86"
-IUSE="debug"
-
-src_compile() {
-	local myconf=""
-
-	use debug && myconf="${myconf} --enable-debug"
-
-	econf ${myconf}
-	emake || die "emake failed"
-}
-
-src_install() {
-	emake install DESTDIR="${D}" || die "install failed"
-	dodoc AUTHORS ChangeLog INSTALL NEWS README TODO || die
-}


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2016-12-18 17:52 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-12-18 17:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2a75abad068451127ffe5fb9e6fab04b8d03479b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 18 17:51:08 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Dec 18 17:52:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a75abad

app-misc/rl: Mark stable using the ALLARCHES policy.

Package-Manager: portage-2.3.0

 app-misc/rl/rl-0.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
index eddd818..aaef320 100644
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ b/app-misc/rl/rl-0.2.7-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ~ppc ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ia64 mips ppc s390 sparc x86"
 IUSE="debug"
 
 DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2018-01-23 20:18 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2018-01-23 20:18 UTC (permalink / raw
  To: gentoo-commits

commit:     7982e45aebdde933d3c2873fb540aa764a6e5101
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 20:18:04 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 20:18:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7982e45a

app-misc/rl: mips -> ~mips

 app-misc/rl/rl-0.2.7-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
index bada8adbd66..767c390d1e1 100644
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ b/app-misc/rl/rl-0.2.7-r1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ia64 mips ppc s390 sparc x86"
+KEYWORDS="amd64 ia64 ~mips ppc s390 sparc x86"
 IUSE="debug"
 
 DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2020-06-25  6:17 Patrice Clement
  0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2020-06-25  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     689392e261a69e02e2abd3959a3c95df4b43460a
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 25 05:14:18 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Jun 25 06:17:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=689392e2

app-misc/rl: remove longdescription.

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/rl/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/app-misc/rl/metadata.xml b/app-misc/rl/metadata.xml
index b78a944212a..33f5f6d3652 100644
--- a/app-misc/rl/metadata.xml
+++ b/app-misc/rl/metadata.xml
@@ -8,5 +8,4 @@
 		<email>shell-tools@gentoo.org</email>
 		<name>Gentoo Shell Tools Project</name>
 	</maintainer>
-	<longdescription>randomize lines can be used to randomize the contents of text files or standard input.</longdescription>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2022-07-31 20:03 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2022-07-31 20:03 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac0efb50208e6aa5bef823a3217350e97551d85
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:03:32 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:03:32 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac0efb5

app-misc/rl: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/rl/rl-0.2.7-r1.ebuild | 31 -------------------------------
 app-misc/rl/rl-0.2.7-r2.ebuild | 12 ++++++++++++
 2 files changed, 12 insertions(+), 31 deletions(-)

diff --git a/app-misc/rl/rl-0.2.7-r1.ebuild b/app-misc/rl/rl-0.2.7-r1.ebuild
deleted file mode 100644
index 1f1c47f2ee0f..000000000000
--- a/app-misc/rl/rl-0.2.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit multilib-minimal
-
-DESCRIPTION="Randomize lines from text files or stdin"
-HOMEPAGE="https://arthurdejong.org/rl"
-SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ~mips ppc ~s390 sparc x86"
-IUSE="debug"
-
-DOCS=( AUTHORS ChangeLog INSTALL NEWS README TODO )
-
-multilib_src_configure() {
-	local myeconfargs=()
-	use debug && myeconfargs+=(--enable-debug)
-	ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
-}
-
-src_compile() {
-	multilib-minimal_src_compile
-}
-
-src_install() {
-	multilib-minimal_src_install
-}

diff --git a/app-misc/rl/rl-0.2.7-r2.ebuild b/app-misc/rl/rl-0.2.7-r2.ebuild
new file mode 100644
index 000000000000..b30a56e03f5f
--- /dev/null
+++ b/app-misc/rl/rl-0.2.7-r2.ebuild
@@ -0,0 +1,12 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Randomize lines from text files or stdin"
+HOMEPAGE="https://arthurdejong.org/rl"
+SRC_URI="https://arthurdejong.org/rl/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="amd64 ~ia64 ~mips ppc ~s390 sparc x86"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/
@ 2022-07-31 20:28 David Seifert
  0 siblings, 0 replies; 9+ messages in thread
From: David Seifert @ 2022-07-31 20:28 UTC (permalink / raw
  To: gentoo-commits

commit:     47f90aea0738f90e5ed8a76156795ff886e2deae
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 31 20:28:41 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Jul 31 20:28:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f90aea

app-misc/rl: drop inactive maintainer

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/rl/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-misc/rl/metadata.xml b/app-misc/rl/metadata.xml
index 71f7bbb38ec1..6258504e5133 100644
--- a/app-misc/rl/metadata.xml
+++ b/app-misc/rl/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>swegener@gentoo.org</email>
-	</maintainer>
 	<maintainer type="project">
 		<email>shell-tools@gentoo.org</email>
 		<name>Gentoo Shell Tools Project</name>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-31 20:28 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-31 20:28 [gentoo-commits] repo/gentoo:master commit in: app-misc/rl/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2022-07-31 20:03 David Seifert
2020-06-25  6:17 Patrice Clement
2018-01-23 20:18 Michał Górny
2016-12-18 17:52 Patrice Clement
2016-12-18 17:52 Patrice Clement
2016-12-18 17:52 Patrice Clement
2016-06-04 18:38 Patrice Clement
2016-04-19  8:26 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox