summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:03:52 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2003-09-07 00:03:52 +0000
commit121a19a16c2e849a8479f6421319853c95c31a9c (patch)
tree933dda052b1236a27da44a9c1d99ee3d8f1bf53c /media-radio
parentrepoman: trim trailing whitespace (diff)
downloadhistorical-121a19a16c2e849a8479f6421319853c95c31a9c.tar.gz
historical-121a19a16c2e849a8479f6421319853c95c31a9c.tar.bz2
historical-121a19a16c2e849a8479f6421319853c95c31a9c.zip
whitespace cleanup
Diffstat (limited to 'media-radio')
-rw-r--r--media-radio/ax25-apps/Manifest6
-rw-r--r--media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild31
-rw-r--r--media-radio/ax25-apps/ax25-apps-0.0.6.ebuild30
3 files changed, 33 insertions, 34 deletions
diff --git a/media-radio/ax25-apps/Manifest b/media-radio/ax25-apps/Manifest
index 0b0716932cd8..189bc1eb86d5 100644
--- a/media-radio/ax25-apps/Manifest
+++ b/media-radio/ax25-apps/Manifest
@@ -1,9 +1,9 @@
+MD5 5dab3e5fd0ebaf30f29825196a1c12da ChangeLog 523
+MD5 89f5e71a1443a2eb68d88dff0a9e40b7 ax25-apps-0.0.6.ebuild 1169
+MD5 6157ff43d051460f275e459c562f6e9b ax25-apps-0.0.6-r1.ebuild 1217
MD5 99d7155734dcdff5f1bc60bd0353243c files/ax25ipd.rc 513
MD5 7d38dacc66a975be6d09f9db14a23cb9 files/ax25mond.rc 518
MD5 d41d8cd98f00b204e9800998ecf8427e files/ax25rtd.blank 0
MD5 02fe60c182eb894a10b2e1aab7fcbd65 files/ax25rtd.rc 513
MD5 d11cb1e7e7635247a9e2684e98a19915 files/digest-ax25-apps-0.0.6 67
MD5 d11cb1e7e7635247a9e2684e98a19915 files/digest-ax25-apps-0.0.6-r1 67
-MD5 5dab3e5fd0ebaf30f29825196a1c12da ChangeLog 523
-MD5 91d987842d94fd68160f16d4668ea209 ax25-apps-0.0.6.ebuild 1216
-MD5 5e80c44f03f68994434c2a35ba941d6a ax25-apps-0.0.6-r1.ebuild 1266
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
index 8a969876e67a..639d5c084810 100644
--- a/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild
+++ b/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild
@@ -1,6 +1,6 @@
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.6-r1.ebuild,v 1.2 2003/09/07 00:03:17 msterret Exp $
DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
HOMEPAGE="http://ax25.sourceforge.net/"
@@ -12,26 +12,25 @@ KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/glibc
- >=dev-libs/libax25-0.0.7"
+ >=dev-libs/libax25-0.0.7"
src_install() {
- make DESTDIR=${D} install installconf || die
+ 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
+ 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 \
+ # 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
-
+ # 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/ax25-apps-0.0.6.ebuild b/media-radio/ax25-apps/ax25-apps-0.0.6.ebuild
index 432545ab816b..368a1459235d 100644
--- a/media-radio/ax25-apps/ax25-apps-0.0.6.ebuild
+++ b/media-radio/ax25-apps/ax25-apps-0.0.6.ebuild
@@ -1,6 +1,6 @@
# 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.ebuild,v 1.1 2003/06/19 19:11:42 rphillips Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-radio/ax25-apps/ax25-apps-0.0.6.ebuild,v 1.2 2003/09/07 00:03:52 msterret Exp $
DESCRIPTION="Basic AX.25 (Amateur Radio) user tools, additional daemons"
HOMEPAGE="http://ax25.sourceforge.net/"
@@ -12,7 +12,7 @@ KEYWORDS="~x86"
IUSE=""
DEPEND="virtual/glibc
- >=dev-libs/libax25-0.0.7"
+ >=dev-libs/libax25-0.0.7"
src_compile() {
econf || die
@@ -20,19 +20,19 @@ src_compile() {
}
src_install() {
- make DESTDIR=${D} install || die
- # "installconf" installs sample configurations
- # Gentoo's configuration protection system can work with this
- make DESTDIR=${D} installconf || die
+ make DESTDIR=${D} install || die
+ # "installconf" installs sample configurations
+ # Gentoo's configuration protection system can work with this
+ make DESTDIR=${D} installconf || die
- exeinto /etc/init.d ; newexe ${FILESDIR}/ax25ipd.rc ax25ipd
- newexe ${FILESDIR}/ax25mond.rc ax25mond
- newexe ${FILESDIR}/ax25rtd.rc ax25rtd
+ exeinto /etc/init.d ; newexe ${FILESDIR}/ax25ipd.rc ax25ipd
+ newexe ${FILESDIR}/ax25mond.rc ax25mond
+ newexe ${FILESDIR}/ax25rtd.rc 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
+ # 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
}