* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2017-04-22 7:33 Tobias Klausmann
0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2017-04-22 7:33 UTC (permalink / raw
To: gentoo-commits
commit: 3f8bff5df17d63d67e7cd6a0be3ccac1854ecda3
Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 11:51:45 2017 +0000
Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 07:30:45 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f8bff5d
app-text/uudeview-0.5.20-r2: add alpha keyword
Gentoo-Bug: 615206
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index e3d127bbbf7..02e2b207d74 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="tk"
RDEPEND="tk? ( dev-lang/tk:0 )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2017-04-30 9:26 Agostino Sarubbo
0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2017-04-30 9:26 UTC (permalink / raw
To: gentoo-commits
commit: b51808fdcbf8879a239dbc7f03ffa53c113fa60f
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 09:26:00 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 09:26:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b51808fd
app-text/uudeview: amd64 stable wrt bug #615206
Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index e58a34abbd4..17446a4e771 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="alpha ~amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE="tk"
RDEPEND="tk? ( dev-lang/tk:0 )"
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2017-04-30 11:53 Michael Palimaka
0 siblings, 0 replies; 11+ messages in thread
From: Michael Palimaka @ 2017-04-30 11:53 UTC (permalink / raw
To: gentoo-commits
commit: f8aea6e09dbd7832f080be872911c80f460f2466
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 30 11:51:03 2017 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 11:53:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8aea6e0
app-text/uudeview: remove 0.5.20-r1
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-text/uudeview/uudeview-0.5.20-r1.ebuild | 42 -----------------------------
1 file changed, 42 deletions(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r1.ebuild b/app-text/uudeview/uudeview-0.5.20-r1.ebuild
deleted file mode 100644
index 49978f9ec8e..00000000000
--- a/app-text/uudeview/uudeview-0.5.20-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils autotools
-
-DESCRIPTION="uu, xx, base64, binhex decoder"
-HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
-SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="tk"
-
-RDEPEND="tk? ( dev-lang/tk )"
-
-DEPEND="${RDEPEND}
- sys-devel/autoconf"
-
-src_prepare() {
- epatch "${FILESDIR}/${P}-bugfixes.patch"
- epatch "${FILESDIR}/${P}-CVE-2004-2265.patch"
- epatch "${FILESDIR}/${P}-CVE-2008-2266.patch"
- epatch "${FILESDIR}/${P}-man.patch"
- epatch "${FILESDIR}/${P}-rename.patch"
-
- eautoreconf
-}
-
-src_configure() {
- econf \
- $(use_enable tk tcl) \
- $(use_enable tk)
-}
-
-src_install() {
- # upstream's Makefiles are just broken
- einstall MANDIR="${ED}/usr/share/man/" || die "Failed to install"
- dodoc HISTORY INSTALL README
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2018-10-20 18:35 Andreas Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2018-10-20 18:35 UTC (permalink / raw
To: gentoo-commits
commit: 098a88d5180c0f0ddc014691e31908716e55c156
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 20 18:34:31 2018 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Oct 20 18:35:18 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=098a88d5
app-text/uudeview: Disable tk support, bug 661672
The tk-related code fails to build with glibc-2.27
Closes: https://bugs.gentoo.org/661672
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Package-Manager: Portage-2.3.50, Repoman-2.3.11
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index 17446a4e771..6331df769ce 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -12,10 +12,10 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="tk"
+IUSE=""
-RDEPEND="tk? ( dev-lang/tk:0 )"
-DEPEND="${RDEPEND}"
+RDEPEND=""
+DEPEND=""
DOCS=( HISTORY INSTALL README )
@@ -39,6 +39,6 @@ src_prepare() {
src_configure() {
econf \
- $(use_enable tk tcl) \
- $(use_enable tk)
+ --disable-tcl \
+ --disable-tk
}
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2021-05-18 10:40 Joonas Niilola
0 siblings, 0 replies; 11+ messages in thread
From: Joonas Niilola @ 2021-05-18 10:40 UTC (permalink / raw
To: gentoo-commits
commit: 831f9c1fa0c10f96b7814e180a1bf140bce7cf8d
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat May 1 15:25:44 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 18 10:33:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831f9c1f
app-text/uudeview: Replace hardcoded ar with `tc-getAR`.
Closes: https://bugs.gentoo.org/722602
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index 1e0174e5eb8..c92ff28eafb 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
+inherit autotools toolchain-funcs
DESCRIPTION="uu, xx, base64, binhex decoder"
HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
@@ -25,6 +25,8 @@ PATCHES=(
DOCS=( HISTORY INSTALL README )
src_prepare() {
+ sed -i "s/^\tar r/\t$(tc-getAR) r/" uulib/Makefile.in || die
+
default
mv configure.{in,ac} || die
eautoreconf
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2022-01-25 16:52 Craig Andrews
0 siblings, 0 replies; 11+ messages in thread
From: Craig Andrews @ 2022-01-25 16:52 UTC (permalink / raw
To: gentoo-commits
commit: 94f2753249e688c79ac839c44b49d199c7fcc23e
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:52:11 2022 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:52:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f27532
app-text/uudeview: Use : instead of / as sed separator
The sed expression uses paths, which contain slashes, so that can't be
used as the sed separator.
Closes: https://bugs.gentoo.org/831973
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index 72fc9d499c88..6e3b8d57277d 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.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=7
@@ -26,7 +26,7 @@ PATCHES=(
DOCS=( HISTORY INSTALL README )
src_prepare() {
- sed -i "s/^\tar r/\t$(tc-getAR) r/" uulib/Makefile.in || die
+ sed -i "s:^\tar r:\t$(tc-getAR) r:" uulib/Makefile.in || die
default
mv configure.{in,ac} || die
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2022-11-25 8:26 Hanno Böck
0 siblings, 0 replies; 11+ messages in thread
From: Hanno Böck @ 2022-11-25 8:26 UTC (permalink / raw
To: gentoo-commits
commit: 050ab92f31ad5812529d1bacdc386fe8119c2b8e
Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 08:25:30 2022 +0000
Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 08:25:30 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=050ab92f
app-text/uudeview: add myself as a maintainer
Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
app-text/uudeview/metadata.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/app-text/uudeview/metadata.xml b/app-text/uudeview/metadata.xml
index 85e4ed814fa2..4da67a4f4b42 100644
--- a/app-text/uudeview/metadata.xml
+++ b/app-text/uudeview/metadata.xml
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
+ <maintainer type="person">
+ <email>hanno@gentoo.org</email>
+ </maintainer>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2023-12-16 1:29 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-12-16 1:29 UTC (permalink / raw
To: gentoo-commits
commit: 83a7a12230e671013302b1d45b19d71ff0ceeed4
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 01:28:49 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 01:28:49 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83a7a122
app-text/uudeview: Stabilize 0.5.20-r4 sparc, #920088
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r4.ebuild b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
index 7ec9c8a0f37f..6ccfed26ff04 100644
--- a/app-text/uudeview/uudeview-0.5.20-r4.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
PATCHES=(
"${FILESDIR}"/${P}-bugfixes.patch
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2023-12-16 4:46 Sam James
0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2023-12-16 4:46 UTC (permalink / raw
To: gentoo-commits
commit: 11669cf6688e446d7e6c09c9f28fd5b4e84fe7a2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 04:44:42 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 04:45:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11669cf6
app-text/uudeview: Stabilize 0.5.20-r4 amd64, #920088
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r4.ebuild b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
index 6ccfed26ff04..a40c12429f78 100644
--- a/app-text/uudeview/uudeview-0.5.20-r4.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
PATCHES=(
"${FILESDIR}"/${P}-bugfixes.patch
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2023-12-16 7:05 Arthur Zamarin
0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2023-12-16 7:05 UTC (permalink / raw
To: gentoo-commits
commit: ee130d1e8665c75a4ffecd087a9f0e24a563ed94
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 07:05:32 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 07:05:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee130d1e
app-text/uudeview: Stabilize 0.5.20-r4 x86, #920088
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r4.ebuild b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
index a40c12429f78..a69c8ed287f2 100644
--- a/app-text/uudeview/uudeview-0.5.20-r4.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
PATCHES=(
"${FILESDIR}"/${P}-bugfixes.patch
^ permalink raw reply related [flat|nested] 11+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
@ 2024-10-28 13:50 Andreas K. Hüttel
0 siblings, 0 replies; 11+ messages in thread
From: Andreas K. Hüttel @ 2024-10-28 13:50 UTC (permalink / raw
To: gentoo-commits
commit: d84cee6d1f90f60eb0e8bd747921293463ce5fe3
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 13:49:57 2024 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 13:49:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d84cee6d
app-text/uudeview: drop 0.5.20-r2, 0.5.20-r3
Bug: https://bugs.gentoo.org/874960
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 40 ---------------------------
app-text/uudeview/uudeview-0.5.20-r3.ebuild | 43 -----------------------------
2 files changed, 83 deletions(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
deleted file mode 100644
index 6e3b8d57277d..000000000000
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="uu, xx, base64, binhex decoder"
-HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
-SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-PATCHES=(
- "${FILESDIR}"/${P}-bugfixes.patch
- "${FILESDIR}"/${P}-CVE-2004-2265.patch
- "${FILESDIR}"/${P}-CVE-2008-2266.patch
- "${FILESDIR}"/${P}-man.patch
- "${FILESDIR}"/${P}-rename.patch
- "${FILESDIR}"/${P}-makefile.patch
- "${FILESDIR}"/${P}-fix-append_signature.patch
-)
-
-DOCS=( HISTORY INSTALL README )
-
-src_prepare() {
- sed -i "s:^\tar r:\t$(tc-getAR) r:" uulib/Makefile.in || die
-
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-tcl \
- --disable-tk
-}
diff --git a/app-text/uudeview/uudeview-0.5.20-r3.ebuild b/app-text/uudeview/uudeview-0.5.20-r3.ebuild
deleted file mode 100644
index 903bd6b43754..000000000000
--- a/app-text/uudeview/uudeview-0.5.20-r3.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools toolchain-funcs
-
-DESCRIPTION="uu, xx, base64, binhex decoder"
-HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
-SRC_URI="http://www.fpx.de/fp/Software/UUDeview/download/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-PATCHES=(
- "${FILESDIR}"/${P}-bugfixes.patch
- "${FILESDIR}"/${P}-CVE-2004-2265.patch
- "${FILESDIR}"/${P}-CVE-2008-2266.patch
- "${FILESDIR}"/${P}-man.patch
- "${FILESDIR}"/${P}-rename.patch
- "${FILESDIR}"/${P}-makefile.patch
- "${FILESDIR}"/${P}-fix-append_signature.patch
- "${FILESDIR}"/${P}-string_format_issue.patch
- "${FILESDIR}"/${P}-format-string-warning-inews.patch
- "${FILESDIR}"/${P}-fix-function-definitions-clang16.patch
-)
-
-DOCS=( HISTORY INSTALL README )
-
-src_prepare() {
- sed -i "s:^\tar r:\t$(tc-getAR) r:" uulib/Makefile.in || die
-
- default
- mv configure.{in,ac} || die
- eautoreconf
-}
-
-src_configure() {
- econf \
- --disable-tcl \
- --disable-tk
-}
^ permalink raw reply related [flat|nested] 11+ messages in thread
end of thread, other threads:[~2024-10-28 13:50 UTC | newest]
Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-30 9:26 [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 13:50 Andreas K. Hüttel
2023-12-16 7:05 Arthur Zamarin
2023-12-16 4:46 Sam James
2023-12-16 1:29 Sam James
2022-11-25 8:26 Hanno Böck
2022-01-25 16:52 Craig Andrews
2021-05-18 10:40 Joonas Niilola
2018-10-20 18:35 Andreas Hüttel
2017-04-30 11:53 Michael Palimaka
2017-04-22 7:33 Tobias Klausmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox