* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/
@ 2015-10-21 14:31 Patrice Clement
0 siblings, 0 replies; 6+ messages in thread
From: Patrice Clement @ 2015-10-21 14:31 UTC (permalink / raw
To: gentoo-commits
commit: 15c077dc267ad04956333268fa365880d3a575ce
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 21 14:26:03 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 21 14:29:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15c077dc
sys-apps/dog: EAPI 5 bump. Add -lnsl flag to list of flags to get compilation to work on sparc. Fixes bug 406527.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
sys-apps/dog/dog-1.7-r5.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 45 insertions(+)
diff --git a/sys-apps/dog/dog-1.7-r5.ebuild b/sys-apps/dog/dog-1.7-r5.ebuild
new file mode 100644
index 0000000..a05d7c7
--- /dev/null
+++ b/sys-apps/dog/dog-1.7-r5.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Dog is better than cat"
+# the best HOMEPAGE we have.
+HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
+IUSE=""
+
+PATCHES=(
+ "${FILESDIR}"/${P}-check-ctime.diff
+ "${FILESDIR}"/${PV}-manpage-touchup.patch
+ "${FILESDIR}"/${P}-64bit-goodness.patch
+ "${FILESDIR}"/${P}-strfry.patch
+)
+
+src_prepare() {
+ epatch "${PATCHES[@]}"
+
+ if [[ "${CHOST}" == *-solaris* ]]; then
+ sed -i '/gcc.*-o dog/s/$/ -lsocket -lnsl/' \
+ Makefile || die "sed Makefile failed"
+ fi
+
+ sed -i \
+ -e 's,^CFLAGS,#CFLAGS,' \
+ -e "s,gcc,$(tc-getCC)," \
+ -e 's:-o dog:$(LDFLAGS) -o dog:g' \
+ Makefile || die "sed Makefile failed"
+}
+
+src_install() {
+ dobin "${PN}" || die
+ doman "${PN}".1 || die
+ dodoc README AUTHORS || die
+}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/
@ 2017-08-03 12:37 Sergey Popov
0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2017-08-03 12:37 UTC (permalink / raw
To: gentoo-commits
commit: eac161b1f4828a1e4b4a9e33006d1c3e598c4d08
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 12:36:47 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 12:37:43 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac161b1
sys-apps/dog: drop old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-apps/dog/dog-1.7-r4.ebuild | 42 ----------------------------------------
sys-apps/dog/dog-1.7-r5.ebuild | 44 ------------------------------------------
2 files changed, 86 deletions(-)
diff --git a/sys-apps/dog/dog-1.7-r4.ebuild b/sys-apps/dog/dog-1.7-r4.ebuild
deleted file mode 100644
index 688e44cbc52..00000000000
--- a/sys-apps/dog/dog-1.7-r4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Dog is better than cat"
-# the best HOMEPAGE we have.
-HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
-IUSE=""
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-check-ctime.diff \
- "${FILESDIR}"/${PV}-manpage-touchup.patch \
- "${FILESDIR}"/${P}-64bit-goodness.patch \
- "${FILESDIR}"/${P}-strfry.patch
-
- if [[ "${CHOST}" == *-solaris* ]]
- then
- sed -i '/gcc.*-o dog/s/$/ -lsocket/' \
- Makefile || die "sed Makefile failed"
- fi
-
- sed -i \
- -e 's,^CFLAGS,#CFLAGS,' \
- -e "s,gcc,$(tc-getCC)," \
- -e 's:-o dog:$(LDFLAGS) -o dog:g' \
- Makefile || die "sed Makefile failed"
-}
-
-src_install() {
- dobin dog || die
- doman dog.1 || die
- dodoc README AUTHORS || die
-}
diff --git a/sys-apps/dog/dog-1.7-r5.ebuild b/sys-apps/dog/dog-1.7-r5.ebuild
deleted file mode 100644
index 4fc38a83fba..00000000000
--- a/sys-apps/dog/dog-1.7-r5.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Dog is better than cat"
-# the best HOMEPAGE we have.
-HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog"
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
-IUSE=""
-
-PATCHES=(
- "${FILESDIR}"/${P}-check-ctime.diff
- "${FILESDIR}"/${PV}-manpage-touchup.patch
- "${FILESDIR}"/${P}-64bit-goodness.patch
- "${FILESDIR}"/${P}-strfry.patch
-)
-
-src_prepare() {
- epatch "${PATCHES[@]}"
-
- if [[ "${CHOST}" == *-solaris* ]]; then
- sed -i '/gcc.*-o dog/s/$/ -lsocket -lnsl/' \
- Makefile || die "sed Makefile failed"
- fi
-
- sed -i \
- -e 's,^CFLAGS,#CFLAGS,' \
- -e "s,gcc,$(tc-getCC)," \
- -e 's:-o dog:$(LDFLAGS) -o dog:g' \
- Makefile || die "sed Makefile failed"
-}
-
-src_install() {
- dobin "${PN}" || die
- doman "${PN}".1 || die
- dodoc README AUTHORS || die
-}
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/
@ 2017-08-03 12:37 Sergey Popov
0 siblings, 0 replies; 6+ messages in thread
From: Sergey Popov @ 2017-08-03 12:37 UTC (permalink / raw
To: gentoo-commits
commit: 054a27ef80a9820abd443453ad51216d6d0c4627
Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 3 12:35:52 2017 +0000
Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
CommitDate: Thu Aug 3 12:37:42 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=054a27ef
sys-apps/dog-1.7-r6: stable on alpha/amd64/ppc/ppc64/sparc/x86
Gentoo-Bug: 622766
Package-Manager: Portage-2.3.6, Repoman-2.3.1
sys-apps/dog/dog-1.7-r6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-apps/dog/dog-1.7-r6.ebuild b/sys-apps/dog/dog-1.7-r6.ebuild
index 9428960145c..7b302d7d6f7 100644
--- a/sys-apps/dog/dog-1.7-r6.ebuild
+++ b/sys-apps/dog/dog-1.7-r6.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
+KEYWORDS="alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
PATCHES=(
"${FILESDIR}"/${P}-check-ctime.diff
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/
@ 2021-02-24 16:27 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2021-02-24 16:27 UTC (permalink / raw
To: gentoo-commits
commit: 92c9192218769c52f1cc039b407ea73032b176f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 16:27:02 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 16:27:02 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92c91922
sys-apps/dog: Keyword 1.7-r6 arm64, #770871
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dog/dog-1.7-r6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-apps/dog/dog-1.7-r6.ebuild b/sys-apps/dog/dog-1.7-r6.ebuild
index 3a0680938b2..a01706d9785 100644
--- a/sys-apps/dog/dog-1.7-r6.ebuild
+++ b/sys-apps/dog/dog-1.7-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
+KEYWORDS="~alpha amd64 ~arm64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc64-solaris"
PATCHES=(
"${FILESDIR}"/${P}-check-ctime.diff
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/
@ 2022-04-15 6:02 Sam James
0 siblings, 0 replies; 6+ messages in thread
From: Sam James @ 2022-04-15 6:02 UTC (permalink / raw
To: gentoo-commits
commit: 4a23e6eacb3690428d5aec6cb464bad4d03c1832
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 15 06:02:22 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 15 06:02:45 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a23e6ea
sys-apps/dog: fix generic (p.g.o) HOMEPAGE
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-apps/dog/dog-1.7-r6.ebuild | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/sys-apps/dog/dog-1.7-r6.ebuild b/sys-apps/dog/dog-1.7-r6.ebuild
index a01706d9785e..41f3a8dde798 100644
--- a/sys-apps/dog/dog-1.7-r6.ebuild
+++ b/sys-apps/dog/dog-1.7-r6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,8 +6,7 @@ EAPI=6
inherit toolchain-funcs
DESCRIPTION="Dog is better than cat"
-# the best HOMEPAGE we have.
-HOMEPAGE="https://packages.gentoo.org/package/sys-apps/dog"
+HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"
LICENSE="GPL-2"
^ permalink raw reply related [flat|nested] 6+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/
@ 2023-12-24 23:07 Conrad Kostecki
0 siblings, 0 replies; 6+ messages in thread
From: Conrad Kostecki @ 2023-12-24 23:07 UTC (permalink / raw
To: gentoo-commits
commit: 79ff94b91a9a0e99156ea7a1e7f787c801d72c79
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Nov 26 19:42:35 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Dec 24 23:02:21 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79ff94b9
sys-apps/dog: EAPI8 bump, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/34006
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
sys-apps/dog/dog-1.7-r6.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/sys-apps/dog/dog-1.7-r6.ebuild b/sys-apps/dog/dog-1.7-r6.ebuild
index 491de850553b..ea419e8e51c7 100644
--- a/sys-apps/dog/dog-1.7-r6.ebuild
+++ b/sys-apps/dog/dog-1.7-r6.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -9,7 +9,7 @@ DESCRIPTION="Dog is better than cat"
HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
SRC_URI="mirror://gentoo/${P}.tar.gz"
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm64 ~mips ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
^ permalink raw reply related [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-12-24 23:07 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-24 16:27 [gentoo-commits] repo/gentoo:master commit in: sys-apps/dog/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-12-24 23:07 Conrad Kostecki
2022-04-15 6:02 Sam James
2017-08-03 12:37 Sergey Popov
2017-08-03 12:37 Sergey Popov
2015-10-21 14:31 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox