[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

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

app-misc/dailystrips: use HTTPS

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  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"



[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

2022-07-31 Thread David Seifert
commit: bb3a972f7c5caed0718c5a183423731a9551e519
Author: David Seifert  gentoo  org>
AuthorDate: Sun Jul 31 20:03:22 2022 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Jul 31 20:03:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb3a972f

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

Signed-off-by: David Seifert  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() {



[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

2018-04-08 Thread Patrice Clement
commit: 1555ac9e4b425a04da9bf1d58e80de370b9a439d
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Sun Apr  8 16:42:17 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sun Apr  8 22:41:38 2018 +
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..000
--- 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"
-}



[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

2018-04-07 Thread Sergei Trofimovich
commit: 6d4deb0a40458b6750285c9099611f4db5b1be2d
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Apr  7 21:05:51 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Apr  7 21:09:39 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

2018-03-05 Thread Tobias Klausmann
commit: 385c757f7085128fc856e450748862dcfac28c4b
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Mon Mar  5 12:31:39 2018 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Mon Mar  5 13:57:39 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

2018-02-12 Thread Thomas Deutschmann
commit: 62a3c94c1e428e420b245c623c956ee528b9941b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Feb 12 21:24:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Feb 12 21:24:11 2018 +
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



[gentoo-commits] repo/gentoo:master commit in: app-misc/dailystrips/

2017-08-17 Thread Amy Liffey
commit: aefea36756a08319dd6ba80a2c71c17183f877b5
Author: Amy Liffey  gentoo  org>
AuthorDate: Thu Aug 17 13:58:13 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Thu Aug 17 14:05:32 2017 +
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 000..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
+}