public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/
@ 2016-08-24 14:43 Michael Orlitzky
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Orlitzky @ 2016-08-24 14:43 UTC (permalink / raw
  To: gentoo-commits

commit:     8ece1ec40436bc9267699613e0d6585ebf6f6ebc
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 14:42:27 2016 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 14:42:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ece1ec4

net-dialup/dial: new revision with EAPI=6.

By moving to EAPI=6, this new revision (-r2) allows us to drop the
eutils eclass, and the src_prepare/src_install phases. As a byproduct,
einstall is no longer used.

Gentoo-Bug: 521578

Package-Manager: portage-2.2.28

 net-dialup/dial/dial-1.2-r2.ebuild | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/net-dialup/dial/dial-1.2-r2.ebuild b/net-dialup/dial/dial-1.2-r2.ebuild
new file mode 100644
index 00000000..e20bae9
--- /dev/null
+++ b/net-dialup/dial/dial-1.2-r2.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="A simple client for DWUN"
+HOMEPAGE="http://dwun.sourceforge.net/"
+SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="net-dialup/dwun"
+
+PATCHES=( "${FILESDIR}/${P}-gcc3.3.patch" )


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/
@ 2017-04-28 12:52 Agostino Sarubbo
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo @ 2017-04-28 12:52 UTC (permalink / raw
  To: gentoo-commits

commit:     085ee54f188e3dc2cd4d9c48593a276999389c21
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 28 12:51:29 2017 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Apr 28 12:51:29 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=085ee54f

net-dialup/dial: x86 stable wrt bug #616790

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 net-dialup/dial/dial-1.2-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-dialup/dial/dial-1.2-r2.ebuild b/net-dialup/dial/dial-1.2-r2.ebuild
index 4fd315b4ef8..fef44139988 100644
--- a/net-dialup/dial/dial-1.2-r2.ebuild
+++ b/net-dialup/dial/dial-1.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 DEPEND=""


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

* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/
@ 2017-04-29  5:43 Michael Palimaka
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Palimaka @ 2017-04-29  5:43 UTC (permalink / raw
  To: gentoo-commits

commit:     ce24be446cdc5a65d653cb0998fa41150c99e992
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 05:43:22 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 05:43:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce24be44

net-dialup/dial: remove 1.2-r1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 net-dialup/dial/dial-1.2-r1.ebuild | 27 ---------------------------
 1 file changed, 27 deletions(-)

diff --git a/net-dialup/dial/dial-1.2-r1.ebuild b/net-dialup/dial/dial-1.2-r1.ebuild
deleted file mode 100644
index fe6f9512f06..00000000000
--- a/net-dialup/dial/dial-1.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="2"
-
-inherit eutils
-
-DESCRIPTION="A simple client for DWUN"
-HOMEPAGE="http://dwun.sourceforge.net/"
-SRC_URI="mirror://sourceforge/dwun/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND="net-dialup/dwun"
-
-src_prepare() {
-	epatch "${FILESDIR}/${P}-gcc3.3.patch"
-}
-
-src_install() {
-	einstall || die "install failed."
-	dodoc AUTHORS ChangeLog README TODO
-}


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

end of thread, other threads:[~2017-04-29  5:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-24 14:43 [gentoo-commits] repo/gentoo:master commit in: net-dialup/dial/ Michael Orlitzky
  -- strict thread matches above, loose matches on Subject: below --
2017-04-28 12:52 Agostino Sarubbo
2017-04-29  5:43 Michael Palimaka

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