public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/
@ 2018-02-18 21:48 Thomas Deutschmann
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Deutschmann @ 2018-02-18 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     23d2afbe3ad1d5174900749da9cabd658649bd7f
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 21:38:39 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 21:48:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23d2afbe

net-irc/onis: x86 stable (bug #647730)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 net-irc/onis/onis-0.8.2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r1.ebuild
index 9e2b93169c4..99e0736e062 100644
--- a/net-irc/onis/onis-0.8.2-r1.ebuild
+++ b/net-irc/onis/onis-0.8.2-r1.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
@@ -10,7 +10,7 @@ HOMEPAGE="http://verplant.org/onis/"
 SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2"
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 IUSE=""
 
 RDEPEND="dev-lang/perl"


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/
@ 2018-02-22  9:14 Michael Palimaka
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Palimaka @ 2018-02-22  9:14 UTC (permalink / raw
  To: gentoo-commits

commit:     081c43c60c58b0f191b0b0911e281e24b20ec24a
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 22 09:12:17 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Feb 22 09:14:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=081c43c6

net-irc/onis: remove 0.8.2-r0

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 net-irc/onis/onis-0.8.2.ebuild | 46 ------------------------------------------
 1 file changed, 46 deletions(-)

diff --git a/net-irc/onis/onis-0.8.2.ebuild b/net-irc/onis/onis-0.8.2.ebuild
deleted file mode 100644
index 293ac6ea707..00000000000
--- a/net-irc/onis/onis-0.8.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils
-
-DESCRIPTION="onis not irc stats"
-HOMEPAGE="http://verplant.org/onis/"
-SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2"
-LICENSE="LGPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
-	>=sys-apps/sed-4"
-
-src_unpack() {
-	unpack ${A}
-	cd "${S}"
-
-	epatch "${FILESDIR}"/0.6.0-nochdir.patch
-
-	sed -i -e s:lang/:/usr/share/onis/lang/: onis.conf || die "sed failed"
-}
-
-src_install () {
-	eval $(perl -V:installprivlib)
-
-	dobin onis || die "dobin failed"
-
-	insinto "${installprivlib}"
-	doins -r lib/Onis || die "doins failed"
-
-	insinto /usr/share/onis
-	doins -r lang reports/* || die "doins failed"
-
-	dodoc CHANGELOG README THANKS onis.conf users.conf
-}
-
-pkg_postinst() {
-	elog
-	elog "The onis themes have been installed in /usr/share/onis/*-theme"
-	elog "You can find a compressed sample configuration at /usr/share/doc/${PF}/config"
-	elog
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/
@ 2022-12-07 13:52 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-12-07 13:52 UTC (permalink / raw
  To: gentoo-commits

commit:     e5b155df2994968d616e4c585fc2ae30b865841e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 13:51:48 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 13:51:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5b155df

net-irc/onis: remove sys-apps/sed from DEPEND

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 net-irc/onis/onis-0.8.2-r1.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r1.ebuild
index 7c1eb8e3d90d..f3a692d97e61 100644
--- a/net-irc/onis/onis-0.8.2-r1.ebuild
+++ b/net-irc/onis/onis-0.8.2-r1.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,14 +6,13 @@ EAPI=6
 DESCRIPTION="onis not irc stats"
 HOMEPAGE="http://verplant.org/onis/"
 SRC_URI="http://verplant.org/${PN}/${P}.tar.bz2"
+
 LICENSE="LGPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
-IUSE=""
 
 RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}
-	>=sys-apps/sed-4"
+DEPEND="${RDEPEND}"
 
 PATCHES=( "${FILESDIR}/0.6.0-nochdir.patch" )
 


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

* [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/
@ 2022-12-07 19:24 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2022-12-07 19:24 UTC (permalink / raw
  To: gentoo-commits

commit:     aa016890dab286915b37052eb5b880ae98b007f2
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 19:24:33 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 19:24:33 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa016890

net-irc/onis: update EAPI 6 -> 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../{onis-0.8.2-r1.ebuild => onis-0.8.2-r2.ebuild}     | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/net-irc/onis/onis-0.8.2-r1.ebuild b/net-irc/onis/onis-0.8.2-r2.ebuild
similarity index 73%
rename from net-irc/onis/onis-0.8.2-r1.ebuild
rename to net-irc/onis/onis-0.8.2-r2.ebuild
index f3a692d97e61..116e9a2b9432 100644
--- a/net-irc/onis/onis-0.8.2-r1.ebuild
+++ b/net-irc/onis/onis-0.8.2-r2.ebuild
@@ -1,7 +1,9 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
+inherit perl-functions
 
 DESCRIPTION="onis not irc stats"
 HOMEPAGE="http://verplant.org/onis/"
@@ -12,9 +14,9 @@ SLOT="0"
 KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="dev-lang/perl"
-DEPEND="${RDEPEND}"
+BDEPEND="${RDEPEND}"
 
-PATCHES=( "${FILESDIR}/0.6.0-nochdir.patch" )
+PATCHES=( "${FILESDIR}"/0.6.0-nochdir.patch )
 
 src_prepare() {
 	default
@@ -22,17 +24,15 @@ src_prepare() {
 }
 
 src_install() {
-	eval $(perl -V:installprivlib)
-
 	dobin onis
 
-	insinto "${installprivlib}"
-	doins -r lib/Onis
+	perl_domodule -r lib/Onis
 
 	insinto /usr/share/onis
-	doins -r lang reports/*
+	doins -r lang reports/.
 
-	dodoc CHANGELOG README THANKS onis.conf users.conf
+	einstalldocs
+	dodoc onis.conf users.conf
 }
 
 pkg_postinst() {


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

end of thread, other threads:[~2022-12-07 19:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-07 19:24 [gentoo-commits] repo/gentoo:master commit in: net-irc/onis/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2022-12-07 13:52 David Seifert
2018-02-22  9:14 Michael Palimaka
2018-02-18 21:48 Thomas Deutschmann

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