* [gentoo-commits] repo/gentoo:master commit in: www-apache/anyterm/
@ 2015-11-07 14:55 Patrice Clement
0 siblings, 0 replies; 5+ messages in thread
From: Patrice Clement @ 2015-11-07 14:55 UTC (permalink / raw
To: gentoo-commits
commit: d51ff1b1847d8b1960cee3382e4d3becbb73e4b5
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 7 14:01:05 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Nov 7 14:53:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51ff1b1
www-apache/anyterm: EAPI 5 bump.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 50 +++++++++++++++++++++++++++++
1 file changed, 50 insertions(+)
diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
new file mode 100644
index 0000000..88c80e5
--- /dev/null
+++ b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+inherit eutils flag-o-matic
+
+DESCRIPTION="A terminal anywhere"
+HOMEPAGE="http://anyterm.org/"
+SRC_URI="http://anyterm.org/download/${P}.tbz2"
+
+LICENSE="GPL-2 Boost-1.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="virtual/ssh"
+DEPEND="${RDEPEND}
+ >=dev-libs/boost-1.34.1"
+
+PATCHES=(
+ "${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch"
+ "${FILESDIR}/${P}-gcc-4.4.patch"
+ "${FILESDIR}/${P}-boost-1.50.patch"
+)
+
+src_prepare() {
+ epatch "${PATCHES[@]}"
+}
+
+src_compile() {
+ # this package uses `ld -r -b binary` and thus resulting executable contains
+ # executable stack
+ append-ldflags -Wl,-z,noexecstack
+ emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
+}
+
+src_install() {
+ dosbin anytermd || die
+ dodoc CHANGELOG README || die
+ doman anytermd.1 || die
+ newinitd "${FILESDIR}/anyterm.init.d" anyterm || die
+ newconfd "${FILESDIR}/anyterm.conf.d" anyterm || die
+}
+
+pkg_postinst() {
+ elog "To proceed installation, read following:"
+ elog "http://anyterm.org/1.1/install.html"
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/anyterm/
@ 2017-08-22 21:41 Michał Górny
0 siblings, 0 replies; 5+ messages in thread
From: Michał Górny @ 2017-08-22 21:41 UTC (permalink / raw
To: gentoo-commits
commit: 8774aded5739ff20c1e7508baf415b9026bea2f2
Author: David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Tue Aug 22 12:08:31 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 22 21:39:51 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8774aded
www-apache/anyterm: HOMEPAGE and SRC_URI 301 redirect to HTTPS
* SRC_URI is dead, no suitable replacement found (appears that SVN
checkout is the preferred upstream download method now)
Package-Manager: Portage-2.3.7, Repoman-2.3.3
www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 6 +++---
www-apache/anyterm/anyterm-1.1.29.ebuild | 8 ++++----
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
index b1cdf260df9..7a3008eebbd 100644
--- a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
+++ b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
@@ -6,8 +6,8 @@ EAPI=6
inherit flag-o-matic toolchain-funcs
DESCRIPTION="A terminal anywhere"
-HOMEPAGE="http://anyterm.org/"
-SRC_URI="http://anyterm.org/download/${P}.tbz2"
+HOMEPAGE="https://anyterm.org/"
+SRC_URI="https://anyterm.org/download/${P}.tbz2"
LICENSE="GPL-2 Boost-1.0"
SLOT="0"
@@ -51,5 +51,5 @@ src_install() {
pkg_postinst() {
elog "To proceed with installation, read the following:"
- elog "http://anyterm.org/1.1/install.html"
+ elog "https://anyterm.org/install.html"
}
diff --git a/www-apache/anyterm/anyterm-1.1.29.ebuild b/www-apache/anyterm/anyterm-1.1.29.ebuild
index 6c15d1bb806..0c499ce28ee 100644
--- a/www-apache/anyterm/anyterm-1.1.29.ebuild
+++ b/www-apache/anyterm/anyterm-1.1.29.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI="2"
@@ -6,8 +6,8 @@ EAPI="2"
inherit eutils flag-o-matic
DESCRIPTION="A terminal anywhere"
-HOMEPAGE="http://anyterm.org/"
-SRC_URI="http://anyterm.org/download/${P}.tbz2"
+HOMEPAGE="https://anyterm.org/"
+SRC_URI="https://anyterm.org/download/${P}.tbz2"
LICENSE="GPL-2 Boost-1.0"
SLOT="0"
@@ -41,5 +41,5 @@ src_install() {
pkg_postinst() {
elog "To proceed installation, read following:"
- elog "http://anyterm.org/1.1/install.html"
+ elog "https://anyterm.org/install.html"
}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/anyterm/
@ 2018-02-08 0:10 Andreas Sturmlechner
0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2018-02-08 0:10 UTC (permalink / raw
To: gentoo-commits
commit: fc8d6a1bbf54375f7b429be7f4ecebb58fab3b22
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Feb 4 11:55:41 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Feb 8 00:01:59 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8d6a1b
www-apache/anyterm: remove old
Closes: https://github.com/gentoo/gentoo/pull/7060
www-apache/anyterm/anyterm-1.1.29.ebuild | 45 --------------------------------
1 file changed, 45 deletions(-)
diff --git a/www-apache/anyterm/anyterm-1.1.29.ebuild b/www-apache/anyterm/anyterm-1.1.29.ebuild
deleted file mode 100644
index 0c499ce28ee..00000000000
--- a/www-apache/anyterm/anyterm-1.1.29.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils flag-o-matic
-
-DESCRIPTION="A terminal anywhere"
-HOMEPAGE="https://anyterm.org/"
-SRC_URI="https://anyterm.org/download/${P}.tbz2"
-
-LICENSE="GPL-2 Boost-1.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="virtual/ssh"
-DEPEND="${RDEPEND}
- >=dev-libs/boost-1.34.1"
-
-src_prepare() {
- epatch "${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch"
- epatch "${FILESDIR}/${P}-gcc-4.4.patch"
- epatch "${FILESDIR}/${P}-boost-1.50.patch"
-}
-
-src_compile() {
- # this package uses `ld -r -b binary` and thus resulting executable contains
- # executable stack
- append-ldflags -Wl,-z,noexecstack
- emake CC="$(tc-getCC)" CXX="$(tc-getCXX)" || die
-}
-
-src_install() {
- dosbin anytermd || die
- dodoc CHANGELOG README || die
- doman anytermd.1 || die
- newinitd "${FILESDIR}/anyterm.init.d" anyterm || die
- newconfd "${FILESDIR}/anyterm.conf.d" anyterm || die
-}
-
-pkg_postinst() {
- elog "To proceed installation, read following:"
- elog "https://anyterm.org/install.html"
-}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/anyterm/
@ 2021-04-15 1:34 Jonas Stein
0 siblings, 0 replies; 5+ messages in thread
From: Jonas Stein @ 2021-04-15 1:34 UTC (permalink / raw
To: gentoo-commits
commit: 5c587b58562a77753fcb4afef1a5f2181d3d54e6
Author: Jonas Stein <jstein <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 15 01:33:57 2021 +0000
Commit: Jonas Stein <jstein <AT> gentoo <DOT> org>
CommitDate: Thu Apr 15 01:34:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c587b58
www-apache/anyterm: Drop maintainer web-apps
web-apps does not maintain this package.
Drop was acked by jmbsvicetto via IRC
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Jonas Stein <jstein <AT> gentoo.org>
www-apache/anyterm/metadata.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/www-apache/anyterm/metadata.xml b/www-apache/anyterm/metadata.xml
index 2b9b44f7349..7a38bb90096 100644
--- a/www-apache/anyterm/metadata.xml
+++ b/www-apache/anyterm/metadata.xml
@@ -1,8 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="project">
- <email>web-apps@gentoo.org</email>
- <name>Gentoo Webapps</name>
- </maintainer>
+ <!-- maintainer-needed -->
</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: www-apache/anyterm/
@ 2022-09-04 13:03 David Seifert
0 siblings, 0 replies; 5+ messages in thread
From: David Seifert @ 2022-09-04 13:03 UTC (permalink / raw
To: gentoo-commits
commit: 7a75aed576468ced48221e80bc0936c931049528
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 4 13:03:37 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 4 13:03:37 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a75aed5
www-apache/anyterm: remove stale boost lower bounds
Closes: https://github.com/gentoo/gentoo/pull/27137
Signed-off-by: David Seifert <soap <AT> gentoo.org>
www-apache/anyterm/anyterm-1.1.29-r1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
index 7a3008eebbd2..6c0961341495 100644
--- a/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
+++ b/www-apache/anyterm/anyterm-1.1.29-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -16,7 +16,7 @@ IUSE=""
RDEPEND="virtual/ssh"
DEPEND="${RDEPEND}
- >=dev-libs/boost-1.34.1"
+ dev-libs/boost"
PATCHES=(
"${FILESDIR}/${PN}-1.1.28-respect-LDFLAGS.patch"
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2022-09-04 13:04 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-22 21:41 [gentoo-commits] repo/gentoo:master commit in: www-apache/anyterm/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-09-04 13:03 David Seifert
2021-04-15 1:34 Jonas Stein
2018-02-08 0:10 Andreas Sturmlechner
2015-11-07 14:55 Patrice Clement
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox