* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dtrace/
@ 2016-05-21 14:40 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-05-21 14:40 UTC (permalink / raw
To: gentoo-commits
commit: e34bddd636de4162b812b74ac4bc433047603290
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat May 21 13:30:56 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat May 21 14:39:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e34bddd6
net-dialup/dtrace: Cleanup due to bug #92799
Package-Manager: portage-2.3.0_rc1
net-dialup/dtrace/metadata.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/net-dialup/dtrace/metadata.xml b/net-dialup/dtrace/metadata.xml
index 11b81f9..ee93580 100644
--- a/net-dialup/dtrace/metadata.xml
+++ b/net-dialup/dtrace/metadata.xml
@@ -1,10 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <maintainer type="person">
- <email>sbriesen@gentoo.org</email>
- <name>Stefan Briesenick</name>
- </maintainer>
<longdescription lang="en">
DTRACE is a console application for Linux and traces ISDN messages with
AVM ISDN-controllers. The program uses manufacturer specific functions
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dtrace/
@ 2016-07-07 19:48 Austin English
0 siblings, 0 replies; 4+ messages in thread
From: Austin English @ 2016-07-07 19:48 UTC (permalink / raw
To: gentoo-commits
commit: a4139030a3746ce0bacee400c88c76bf6f621ff2
Author: Austin English <wizardedit <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 7 19:34:15 2016 +0000
Commit: Austin English <wizardedit <AT> gentoo <DOT> org>
CommitDate: Thu Jul 7 19:47:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4139030
net-dialup/dtrace: bump to EAPI 6, add maintainer-needed
Package-Manager: portage-2.2.28
net-dialup/dtrace/dtrace-2.01-r3.ebuild | 36 +++++++++++++++++++++++++++++++++
net-dialup/dtrace/metadata.xml | 1 +
2 files changed, 37 insertions(+)
diff --git a/net-dialup/dtrace/dtrace-2.01-r3.ebuild b/net-dialup/dtrace/dtrace-2.01-r3.ebuild
new file mode 100644
index 0000000..b721fe5
--- /dev/null
+++ b/net-dialup/dtrace/dtrace-2.01-r3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit eutils
+
+DESCRIPTION="DTRACE traces ISDN messages with AVM ISDN-controllers"
+HOMEPAGE="ftp://ftp.avm.de/develper/d3trace/"
+SRC_URI="ftp://ftp.avm.de/develper/d3trace/linux/dtrace.static -> ${P}.static
+ ftp://ftp.avm.de/develper/d3trace/linux/readme.txt -> ${P}-readme.txt"
+
+LICENSE="AVM-dtrace"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="mirror bindist"
+
+RDEPEND="net-dialup/capi4k-utils"
+
+S="${WORKDIR}"
+
+src_unpack() {
+ cp "${DISTDIR}"/${P}.static "${DISTDIR}"/${P}-readme.txt . || die
+}
+
+src_prepare() {
+ default
+ edos2unix ${P}-readme.txt
+}
+
+src_install() {
+ exeinto /opt/bin
+ newexe ${P}.static dtrace-avm
+ newdoc ${P}-readme.txt README
+}
diff --git a/net-dialup/dtrace/metadata.xml b/net-dialup/dtrace/metadata.xml
index ee93580..33df986 100644
--- a/net-dialup/dtrace/metadata.xml
+++ b/net-dialup/dtrace/metadata.xml
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
+ <!-- maintainer-needed -->
<longdescription lang="en">
DTRACE is a console application for Linux and traces ISDN messages with
AVM ISDN-controllers. The program uses manufacturer specific functions
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dtrace/
@ 2016-08-18 16:34 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-18 16:34 UTC (permalink / raw
To: gentoo-commits
commit: 1b5a32c0487ea16ff41391485521c8fc55078227
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 16:33:36 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 16:34:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b5a32c0
net-dialup/dtrace: Stabilize
Package-Manager: portage-2.3.0
net-dialup/dtrace/dtrace-2.01-r3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-dialup/dtrace/dtrace-2.01-r3.ebuild b/net-dialup/dtrace/dtrace-2.01-r3.ebuild
index b721fe5..ace286a 100644
--- a/net-dialup/dtrace/dtrace-2.01-r3.ebuild
+++ b/net-dialup/dtrace/dtrace-2.01-r3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="ftp://ftp.avm.de/develper/d3trace/linux/dtrace.static -> ${P}.static
LICENSE="AVM-dtrace"
SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 x86"
RESTRICT="mirror bindist"
RDEPEND="net-dialup/capi4k-utils"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: net-dialup/dtrace/
@ 2016-08-18 16:34 Pacho Ramos
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-18 16:34 UTC (permalink / raw
To: gentoo-commits
commit: bf61b881df33c6343430432e40c1ec3b489ffec4
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 18 16:33:49 2016 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 16:34:12 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf61b881
net-dialup/dtrace: Drop old
Package-Manager: portage-2.3.0
net-dialup/dtrace/dtrace-2.01-r2.ebuild | 35 ---------------------------------
1 file changed, 35 deletions(-)
diff --git a/net-dialup/dtrace/dtrace-2.01-r2.ebuild b/net-dialup/dtrace/dtrace-2.01-r2.ebuild
deleted file mode 100644
index 8c32f3b..0000000
--- a/net-dialup/dtrace/dtrace-2.01-r2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="DTRACE traces ISDN messages with AVM ISDN-controllers"
-HOMEPAGE="ftp://ftp.avm.de/develper/d3trace/"
-SRC_URI="ftp://ftp.avm.de/develper/d3trace/linux/dtrace.static -> ${P}.static
- ftp://ftp.avm.de/develper/d3trace/linux/readme.txt -> ${P}-readme.txt"
-
-LICENSE="AVM-dtrace"
-SLOT="0"
-KEYWORDS="-* amd64 x86"
-RESTRICT="mirror bindist"
-
-RDEPEND="net-dialup/capi4k-utils"
-
-S="${WORKDIR}"
-
-src_unpack() {
- cp "${DISTDIR}"/${P}.static "${DISTDIR}"/${P}-readme.txt . || die
-}
-
-src_prepare() {
- edos2unix ${P}-readme.txt
-}
-
-src_install() {
- exeinto /opt/bin
- newexe ${P}.static dtrace-avm
- newdoc ${P}-readme.txt README
-}
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-08-18 16:34 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-18 16:34 [gentoo-commits] repo/gentoo:master commit in: net-dialup/dtrace/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2016-08-18 16:34 Pacho Ramos
2016-07-07 19:48 Austin English
2016-05-21 14:40 Pacho Ramos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox