public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/
@ 2017-08-17 14:06 Amy Liffey
  0 siblings, 0 replies; 7+ messages in thread
From: Amy Liffey @ 2017-08-17 14:06 UTC (permalink / raw
  To: gentoo-commits

commit:     aefea36756a08319dd6ba80a2c71c17183f877b5
Author:     Amy Liffey <amynka <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 13:58:13 2017 +0000
Commit:     Amy Liffey <amynka <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 14:05:32 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aefea367

app-misc/dailystrips: EAPI 6 bump

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild | 30 +++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
new file mode 100644
index 00000000000..1926018367f
--- /dev/null
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web"
+HOMEPAGE="http://dailystrips.sourceforge.net/"
+SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-perl/libwww-perl-5.50
+	dev-perl/DateTime
+	dev-perl/TimeDate"
+
+src_prepare() {
+	sed -i -e "s:/usr/share/dailystrips/strips.def:/etc/strips.def:" \
+		dailystrips || die "sed dailystrips failed"
+	default
+}
+
+src_install() {
+	dobin dailystrips dailystrips-clean dailystrips-update
+	dodoc BUGS CHANGELOG CONTRIBUTORS README* TODO
+	insinto /etc
+	doins strips.def
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/
@ 2018-02-12 21:36 Thomas Deutschmann
  0 siblings, 0 replies; 7+ messages in thread
From: Thomas Deutschmann @ 2018-02-12 21:36 UTC (permalink / raw
  To: gentoo-commits

commit:     62a3c94c1e428e420b245c623c956ee528b9941b
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 12 21:24:11 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Mon Feb 12 21:24:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62a3c94c

app-misc/dailystrips: x86 stable (bug #647388)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
index 1926018367f..2f22affa9df 100644
--- a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 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="mirror://sourceforge/dailystrips/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+KEYWORDS="~alpha ~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/libwww-perl-5.50


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/
@ 2018-03-05 13:57 Tobias Klausmann
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann @ 2018-03-05 13:57 UTC (permalink / raw
  To: gentoo-commits

commit:     385c757f7085128fc856e450748862dcfac28c4b
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  5 12:31:39 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Mar  5 13:57:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=385c757f

app-misc/dailystrips-1.0.28-r3: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/647388

 app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
index bc2f4ac04cc..6ad447cab8d 100644
--- a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc x86"
+KEYWORDS="alpha amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/libwww-perl-5.50


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/
@ 2018-04-07 21:09 Sergei Trofimovich
  0 siblings, 0 replies; 7+ messages in thread
From: Sergei Trofimovich @ 2018-04-07 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6d4deb0a40458b6750285c9099611f4db5b1be2d
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  7 21:05:51 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Apr  7 21:09:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4deb0a

app-misc/dailystrips: stable 1.0.28-r3 for ppc, bug #647388

Package-Manager: Portage-2.3.28, Repoman-2.3.9
RepoMan-Options: --include-arches="ppc"

 app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
index 6ad447cab8d..55c6f508537 100644
--- a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 ~ppc x86"
+KEYWORDS="alpha amd64 ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-perl/libwww-perl-5.50


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/
@ 2018-04-08 22:42 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-04-08 22:42 UTC (permalink / raw
  To: gentoo-commits

commit:     1555ac9e4b425a04da9bf1d58e80de370b9a439d
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Apr  8 16:42:17 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr  8 22:41:38 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1555ac9e

app-misc/dailystrips: remove old.

 app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild | 32 -----------------------
 1 file changed, 32 deletions(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild
deleted file mode 100644
index d60512a6571..00000000000
--- a/app-misc/dailystrips/dailystrips-1.0.28-r2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web"
-HOMEPAGE="http://dailystrips.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=dev-perl/libwww-perl-5.50
-	dev-perl/DateTime
-	dev-perl/TimeDate"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-	sed -i \
-		-e "s:/usr/share/dailystrips/strips.def:/etc/strips.def:" \
-		dailystrips \
-		|| die "sed dailystrips failed"
-}
-
-src_install() {
-	dobin dailystrips dailystrips-clean dailystrips-update \
-		|| die "dobin failed"
-	dodoc BUGS CHANGELOG CONTRIBUTORS README* TODO
-	insinto /etc
-	doins strips.def || die "doins failed"
-}


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

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

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

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

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

 ...ystrips-1.0.28-r3.ebuild => dailystrips-1.0.28-r4.ebuild} | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
similarity index 78%
rename from app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
rename to app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
index 133d6c65a418..b37ba7ee67b9 100644
--- a/app-misc/dailystrips/dailystrips-1.0.28-r3.ebuild
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web"
 HOMEPAGE="http://dailystrips.sourceforge.net/"
@@ -10,16 +10,16 @@ SRC_URI="mirror://sourceforge/dailystrips/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~alpha amd64 ppc x86"
-IUSE=""
 
-RDEPEND=">=dev-perl/libwww-perl-5.50
+RDEPEND="
+	dev-perl/libwww-perl
 	dev-perl/DateTime
 	dev-perl/TimeDate"
 
 src_prepare() {
-	sed -i -e "s:/usr/share/dailystrips/strips.def:/etc/strips.def:" \
-		dailystrips || die "sed dailystrips failed"
 	default
+	sed -i -e "s:/usr/share/dailystrips/strips.def:${EPREFIX}/etc/strips.def:" \
+		dailystrips || die "sed dailystrips failed"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/
@ 2024-05-05 18:56 Conrad Kostecki
  0 siblings, 0 replies; 7+ messages in thread
From: Conrad Kostecki @ 2024-05-05 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     26b3b7de44cd9ab968b475d8ff44ab0f57f49ea8
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun May  5 16:50:55 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun May  5 18:56:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26b3b7de

app-misc/dailystrips: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
index 066d7b98a937..048a39dff08c 100644
--- a/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
+++ b/app-misc/dailystrips/dailystrips-1.0.28-r4.ebuild
@@ -3,8 +3,8 @@
 
 EAPI=8
 
-DESCRIPTION="dailystrips automatically downloads your favorite online comics from the web"
-HOMEPAGE="http://dailystrips.sourceforge.net/"
+DESCRIPTION="Dailystrips automatically downloads your favorite online comics from the web"
+HOMEPAGE="https://dailystrips.sourceforge.net/"
 SRC_URI="https://downloads.sourceforge.net/dailystrips/${P}.tar.gz"
 
 LICENSE="GPL-2"


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

end of thread, other threads:[~2024-05-05 18:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-17 14:06 [gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/ Amy Liffey
  -- strict thread matches above, loose matches on Subject: below --
2018-02-12 21:36 Thomas Deutschmann
2018-03-05 13:57 Tobias Klausmann
2018-04-07 21:09 Sergei Trofimovich
2018-04-08 22:42 Patrice Clement
2022-07-31 20:03 David Seifert
2024-05-05 18:56 Conrad Kostecki

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