public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/
@ 2018-03-01 18:28 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2018-03-01 18:28 UTC (permalink / raw
  To: gentoo-commits

commit:     92925649ecc8a574aac7b774f99141b0e81f40ee
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  1 18:13:30 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Mar  1 18:27:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92925649

net-nntp/xrn: x11-libs/libXp is not really needed, keyword on amd64

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nntp/xrn/xrn-9.02-r1.ebuild | 72 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 72 insertions(+)

diff --git a/net-nntp/xrn/xrn-9.02-r1.ebuild b/net-nntp/xrn/xrn-9.02-r1.ebuild
new file mode 100644
index 00000000000..ab7ef9309d9
--- /dev/null
+++ b/net-nntp/xrn/xrn-9.02-r1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A small and fast news reader for X"
+HOMEPAGE="http://www.mit.edu/people/jik/software/xrn.html"
+SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz"
+LICENSE="BSD"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+	x11-libs/libICE
+	x11-libs/libSM
+	x11-libs/libX11
+	x11-libs/libXaw
+	x11-libs/libXext
+	x11-libs/libXmu
+	x11-libs/libXpm
+	x11-libs/libXt
+"
+DEPEND="${RDEPEND}
+	x11-misc/imake
+"
+
+src_compile() {
+	# English is the default language, but french and german are also
+	# supported, however only one language may be supported at a time:
+	local lingua
+	for lingua in ${LINGUAS} en ; do
+		case "${lingua}" in
+			en*)
+				MY_LANG="english"
+				break # Breaks the for loop.
+				;;
+			fr*)
+				MY_LANG="french"
+				break # Breaks the for loop.
+				;;
+			de*)
+				MY_LANG="german"
+				break # Breaks the for loop.
+				;;
+		esac
+	done
+
+	# Bugs to Gentoo bugzilla:
+	sed -i \
+		-e "s,bug-xrn@kamens.brookline.ma.us,https://bugs.gentoo.org/," \
+		-e "s,\(#ifndef CONFIG_H_IS_OK\),#define CONFIG_H_IS_OK\n\1," \
+		config.h
+
+	# Generate Makefile:
+	xmkmf || die "xmkmf failed"
+
+	# Use our own CFLAGS and our desired language:
+	emake -j1 CDEBUGFLAGS="${CFLAGS}" LANGUAGE="${MY_LANG}"
+}
+
+src_install() {
+	dobin xrn
+	dodoc README README.Linux TODO CREDITS COMMON-PROBLMS
+
+	# Default settings:
+	insinto /etc/X11/app-defaults
+	newins XRn.ad XRn
+
+	newman xrn.man xrn.1
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/
@ 2018-04-01 18:24 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2018-04-01 18:24 UTC (permalink / raw
  To: gentoo-commits

commit:     eba26aa0ac3de4cd28207a7035b7fad696b44e29
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  1 18:19:26 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun Apr  1 18:24:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eba26aa0

net-nntp/xrn: amd64 stable

Bug: https://bugs.gentoo.org/649126
Package-Manager: Portage-2.3.27, Repoman-2.3.9

 net-nntp/xrn/xrn-9.02-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/xrn/xrn-9.02-r1.ebuild b/net-nntp/xrn/xrn-9.02-r1.ebuild
index ab7ef9309d9..092d7d366e9 100644
--- a/net-nntp/xrn/xrn-9.02-r1.ebuild
+++ b/net-nntp/xrn/xrn-9.02-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz"
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/
@ 2018-04-02  0:01 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2018-04-02  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fcc358b7b70f69a5153efae8278bc92bda5d6220
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 00:01:03 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 00:01:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcc358b7

net-nntp/xrn-9.02-r1: x86 stable, 649126

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-nntp/xrn/xrn-9.02-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-nntp/xrn/xrn-9.02-r1.ebuild b/net-nntp/xrn/xrn-9.02-r1.ebuild
index 092d7d366e9..10bad67c4a5 100644
--- a/net-nntp/xrn/xrn-9.02-r1.ebuild
+++ b/net-nntp/xrn/xrn-9.02-r1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz"
 LICENSE="BSD"
 SLOT="0"
 
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/
@ 2018-04-02  0:01 Matt Turner
  0 siblings, 0 replies; 4+ messages in thread
From: Matt Turner @ 2018-04-02  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     65a6f686043606e1955c44038912412a324b72b1
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  2 00:01:28 2018 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Apr  2 00:01:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65a6f686

net-nntp/xrn: Drop old

Closes: https://bugs.gentoo.org/649126

 net-nntp/xrn/xrn-9.02.ebuild | 69 --------------------------------------------
 1 file changed, 69 deletions(-)

diff --git a/net-nntp/xrn/xrn-9.02.ebuild b/net-nntp/xrn/xrn-9.02.ebuild
deleted file mode 100644
index 9c87e2febf4..00000000000
--- a/net-nntp/xrn/xrn-9.02.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-DESCRIPTION="A small and fast news reader for X"
-HOMEPAGE="http://www.mit.edu/people/jik/software/xrn.html"
-SRC_URI="ftp://sipb.mit.edu/pub/${PN}/${P}.tgz"
-LICENSE="BSD"
-SLOT="0"
-
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND="x11-libs/libICE
-	x11-libs/libSM
-	x11-libs/libX11
-	x11-libs/libXaw
-	x11-libs/libXext
-	x11-libs/libXmu
-	x11-libs/libXp
-	x11-libs/libXpm
-	x11-libs/libXt"
-DEPEND="${RDEPEND}
-	x11-misc/imake
-	>=sys-apps/sed-4"
-
-src_compile() {
-	# English is the default language, but french and german are also
-	# supported, however only one language may be supported at a time:
-	local lingua
-	for lingua in ${LINGUAS} en ; do
-		case "${lingua}" in
-			en*)
-				MY_LANG="english"
-				break # Breaks the for loop.
-				;;
-			fr*)
-				MY_LANG="french"
-				break # Breaks the for loop.
-				;;
-			de*)
-				MY_LANG="german"
-				break # Breaks the for loop.
-				;;
-		esac
-	done
-
-	# Bugs to Gentoo bugzilla:
-	sed -i \
-		-e "s,bug-xrn@kamens.brookline.ma.us,https://bugs.gentoo.org/," \
-		-e "s,\(#ifndef CONFIG_H_IS_OK\),#define CONFIG_H_IS_OK\n\1," \
-		config.h
-
-	# Generate Makefile:
-	xmkmf || die "xmkmf failed"
-
-	# Use our own CFLAGS and our desired language:
-	emake -j1 CDEBUGFLAGS="${CFLAGS}" LANGUAGE="${MY_LANG}" || die "emake failed"
-}
-
-src_install() {
-	dobin xrn || die "dobin failed"
-	dodoc README README.Linux TODO CREDITS COMMON-PROBLMS || die "dodoc failed"
-
-	# Default settings:
-	insinto /etc/X11/app-defaults
-	newins XRn.ad XRn
-
-	newman xrn.man xrn.1
-}


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

end of thread, other threads:[~2018-04-02  0:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-01 18:28 [gentoo-commits] repo/gentoo:master commit in: net-nntp/xrn/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2018-04-01 18:24 Aaron Bauman
2018-04-02  0:01 Matt Turner
2018-04-02  0:01 Matt Turner

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