public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-misc/smbc/
@ 2019-06-04  4:45 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2019-06-04  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f06f3fb99ef3167843d7b17f358a767c16d225e8
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 19 15:30:28 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 04:44:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06f3fb9

net-misc/smbc: fix LICENSE

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>

 net-misc/smbc/smbc-1.2.2-r2.ebuild | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-misc/smbc/smbc-1.2.2-r2.ebuild b/net-misc/smbc/smbc-1.2.2-r2.ebuild
index b81b29cc204..777beb5ac04 100644
--- a/net-misc/smbc/smbc-1.2.2-r2.ebuild
+++ b/net-misc/smbc/smbc-1.2.2-r2.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
 
 inherit autotools eutils
 
-DESCRIPTION="A text mode (ncurses) SMB network commander. Features: resume and UTF-8"
+DESCRIPTION="Text mode (ncurses) SMB network commander. Features: resume and UTF-8"
 HOMEPAGE="https://sourceforge.net/projects/smbc/"
 SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS=" ~ppc ~x86"
+KEYWORDS="~ppc ~x86"
 IUSE="nls debug"
 
 DEPEND="net-fs/samba


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/smbc/
@ 2019-06-04  4:45 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2019-06-04  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     b650d7022dc2ae1767c9f1b6bc0932f2752f71b4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 19 15:38:42 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 04:44:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b650d702

net-misc/smbc: EAPI=7 bump

Closes: https://bugs.gentoo.org/686328
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>

 net-misc/smbc/smbc-1.2.2-r3.ebuild | 41 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 41 insertions(+)

diff --git a/net-misc/smbc/smbc-1.2.2-r3.ebuild b/net-misc/smbc/smbc-1.2.2-r3.ebuild
new file mode 100644
index 00000000000..87ebd6eea0a
--- /dev/null
+++ b/net-misc/smbc/smbc-1.2.2-r3.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools
+
+DESCRIPTION="Text mode (ncurses) SMB network commander. Features: resume and UTF-8"
+HOMEPAGE="https://sourceforge.net/projects/smbc/"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~ppc ~x86"
+IUSE="nls debug"
+
+DEPEND="dev-libs/popt
+	net-fs/samba
+	sys-libs/ncurses
+	nls? ( sys-devel/gettext )"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	mv configure.{in,ac} || die
+	eapply "${FILESDIR}"/${P}-cflags.patch
+	eapply "${FILESDIR}"/${P}-size_t.patch
+	eautoreconf
+}
+
+src_configure() {
+	econf \
+		$(use_enable nls) \
+		$(use_with debug)
+}
+
+src_install() {
+	default
+	mkdir -p "${D}/usr/share/doc"
+	mv -v "${D}/usr/share/"{${PN},doc/${PF}} || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: net-misc/smbc/
@ 2019-06-04  4:45 Andreas K. Hüttel
  0 siblings, 0 replies; 3+ messages in thread
From: Andreas K. Hüttel @ 2019-06-04  4:45 UTC (permalink / raw
  To: gentoo-commits

commit:     24303abdcf984e6ccc76d9782a84695a62ee86db
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  4 04:40:59 2019 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Jun  4 04:44:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24303abd

net-misc/smbc: Remove old

Closes: https://github.com/gentoo/gentoo/pull/12056
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-misc/smbc/smbc-1.2.2-r2.ebuild | 40 --------------------------------------
 1 file changed, 40 deletions(-)

diff --git a/net-misc/smbc/smbc-1.2.2-r2.ebuild b/net-misc/smbc/smbc-1.2.2-r2.ebuild
deleted file mode 100644
index 777beb5ac04..00000000000
--- a/net-misc/smbc/smbc-1.2.2-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit autotools eutils
-
-DESCRIPTION="Text mode (ncurses) SMB network commander. Features: resume and UTF-8"
-HOMEPAGE="https://sourceforge.net/projects/smbc/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE="nls debug"
-
-DEPEND="net-fs/samba
-	sys-libs/ncurses
-	dev-libs/popt
-	nls? ( sys-devel/gettext )"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-cflags.patch
-	epatch "${FILESDIR}"/${P}-size_t.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		$(use_enable nls) \
-		$(use_with debug) \
-		|| die "econf failed"
-}
-
-src_install() {
-	emake DESTDIR="${D}" install || die "emake install failed"
-	mkdir -p "${D}/usr/share/doc"
-	mv -v "${D}/usr/share/"{${PN},doc/${PF}}
-}


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

end of thread, other threads:[~2019-06-04  4:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-04  4:45 [gentoo-commits] repo/gentoo:master commit in: net-misc/smbc/ Andreas K. Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2019-06-04  4:45 Andreas K. Hüttel
2019-06-04  4:45 Andreas K. Hüttel

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