summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-07-31 19:59:40 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-07-31 19:59:40 +0000
commitfa762d7911ab21ff734f8a8d0bbccd4bb8741092 (patch)
tree1afd873bb0a12ba813a4ca961bef784b4f8d3383 /media-radio
parentAdded Samuel Greenfeld's changes. #23931 (diff)
downloadgentoo-2-fa762d7911ab21ff734f8a8d0bbccd4bb8741092.tar.gz
gentoo-2-fa762d7911ab21ff734f8a8d0bbccd4bb8741092.tar.bz2
gentoo-2-fa762d7911ab21ff734f8a8d0bbccd4bb8741092.zip
Samuel Greenfeld's fixes were added. #23897
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/ax25-apps/ChangeLog7
-rw-r--r--media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild37
-rw-r--r--media-radio/ax25-apps/files/digest-ax25-apps-0.0.6-r11
3 files changed, 44 insertions, 1 deletions
diff --git a/media-radio/ax25-apps/ChangeLog b/media-radio/ax25-apps/ChangeLog
index 2a0c8124d5d4..1042dcaf818e 100644
--- a/media-radio/ax25-apps/ChangeLog
+++ b/media-radio/ax25-apps/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for media-radio/ax25-apps
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.1 2003/06/19 19:11:42 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ChangeLog,v 1.2 2003/07/31 19:59:40 rphillips Exp $
+
+*ax25-apps-0.0.6-r1 (19 Jun 2003)
+
+ 31 Jul 2003; Ryan Phillips <rphillips@gentoo.org> ax25-apps-0.0.6-r1.ebuild:
+ Samuel Greenfeld's fixes were added. #23931
*ax25-apps-0.0.6 (19 Jun 2003)
diff --git a/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild
new file mode 100644
index 000000000000..8a969876e67a
--- /dev/null
+++ b/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild,v 1.1 2003/07/31 19:59:40 rphillips Exp $
+
+DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
+HOMEPAGE="http://ax25.sourceforge.net/"
+SRC_URI="mirror://sourceforge/ax25/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/glibc
+ >=dev-libs/libax25-0.0.7"
+
+src_install() {
+ make DESTDIR=${D} install installconf || die
+
+ exeinto /etc/init.d ; newexe ${FILESDIR}/ax25ipd.rc ax25ipd
+ newexe ${FILESDIR}/ax25mond.rc ax25mond
+ newexe ${FILESDIR}/ax25rtd.rc ax25rtd
+
+ # Make the documentation installation more Gentoo-like
+ rm -rf ${D}/usr/share/doc/ax25-apps
+ dodoc AUTHORS COPYING NEWS README ax25ipd/COPYING.ax25ipd \
+ ax25ipd/README.ax25ipd ax25rtd/README.ax25rtd \
+ ax25ipd/HISTORY.ax25ipd ax25rtd/TODO.ax25rtd
+
+ # FIXME: Configuration protect logic for the ax25rtd cache
+ # or move these files
+ # Moving might require changes to ax25rtd/ax25rtctl
+ insinto /var/lib/ax25/ax25rtd
+ newins ${FILESDIR}/ax25rtd.blank ax25_route
+ newins ${FILESDIR}/ax25rtd.blank ip_route
+
+}
diff --git a/media-radio/ax25-apps/files/digest-ax25-apps-0.0.6-r1 b/media-radio/ax25-apps/files/digest-ax25-apps-0.0.6-r1
new file mode 100644
index 000000000000..fb5a2c01ba8d
--- /dev/null
+++ b/media-radio/ax25-apps/files/digest-ax25-apps-0.0.6-r1
@@ -0,0 +1 @@
+MD5 47d9a775890f3694cf47659423a69ae5 ax25-apps-0.0.6.tar.gz 273846