summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlin Năstac <mrness@gentoo.org>2004-11-15 19:08:09 +0000
committerAlin Năstac <mrness@gentoo.org>2004-11-15 19:08:09 +0000
commitae6cfe5af26b7f93816eb5f85fece44d30f167d3 (patch)
tree73dd277c919753b6137c99f95bbd157263c94c92 /net-dialup/capi4k-utils
parentsh KEYWORDS (Manifest recommit) (diff)
downloadgentoo-2-ae6cfe5af26b7f93816eb5f85fece44d30f167d3.tar.gz
gentoo-2-ae6cfe5af26b7f93816eb5f85fece44d30f167d3.tar.bz2
gentoo-2-ae6cfe5af26b7f93816eb5f85fece44d30f167d3.zip
remove empty dir /usr/share/isdn. correct messages in pkg_postinstall
Diffstat (limited to 'net-dialup/capi4k-utils')
-rw-r--r--net-dialup/capi4k-utils/Manifest12
-rw-r--r--net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild9
2 files changed, 7 insertions, 14 deletions
diff --git a/net-dialup/capi4k-utils/Manifest b/net-dialup/capi4k-utils/Manifest
index 1c13d716c2b9..56c0594af944 100644
--- a/net-dialup/capi4k-utils/Manifest
+++ b/net-dialup/capi4k-utils/Manifest
@@ -1,11 +1,8 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 8a68cd59daa9bd143ce9987778320b62 capi4k-utils-20040810.ebuild 1760
MD5 22354caf6445da21e5ebe8609a9e7012 capi4k-utils-20041006.ebuild 2267
MD5 ec2f84816306825d125d0c01bd86758d metadata.xml 163
MD5 d5791aa84125104e8d985dc2c663da1f ChangeLog 3513
-MD5 f58be37d43ea92f4ba3b2f312a1f038f capi4k-utils-20041006-r2.ebuild 3022
+MD5 1db5b5d52433d36d2cf6ebe613cee9f5 capi4k-utils-20041006-r2.ebuild 3145
MD5 befd926d2f898c15846c2f7452853ec1 files/capi-init-20040810 609
MD5 b1de4263d145b4fb13baf0e4791e49a0 files/capi-init-20041006 617
MD5 9bc030e6ab061e50f16efb0def04f0b6 files/capi4k-utils-2004-10-06-fPIC.patch 286
@@ -18,10 +15,3 @@ MD5 f9d08e560e844f4556da1f58bb5513b4 files/20041006/capi.init 829
MD5 2892db0b497c4141318dbf30ef60e550 files/20041006/capi4k-utils.patch 1075
MD5 edc50538053b658093927f9fb28c3aff files/20041006/config 195
MD5 2fe94d2623c5b129780b72bacaf4a7bc files/20041006/rcapid.xinetd 236
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFBmN5Fjtv59x0+BrURAocNAJ0dwENMtoASvfQfblxsOxYptGyIwQCfbK64
-zHmnNryR0cAI8qtQYKeTc+k=
-=HQ5I
------END PGP SIGNATURE-----
diff --git a/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild b/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild
index 7618beca6ae3..e96fd6d34229 100644
--- a/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild
+++ b/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild,v 1.6 2004/11/14 20:16:15 mrness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-dialup/capi4k-utils/capi4k-utils-20041006-r2.ebuild,v 1.7 2004/11/15 19:08:09 mrness Exp $
inherit eutils
@@ -64,7 +64,7 @@ src_compile() {
}
src_install() {
- dodir /dev /usr/share/isdn
+ dodir /dev
emake DESTDIR=${D} install || die "make install failed"
# install docs
@@ -92,10 +92,13 @@ src_install() {
pkg_postinst() {
einfo "Please read the instructions in:"
- einfo "/usr/share/doc/${PN}/README.gentoo.gz"
+ einfo "/usr/share/doc/${PF}/README.gentoo.gz"
einfo ""
einfo "Annotation for active AVM ISDN boards (B1 ISA/PCI, ...):"
einfo "If you run"
einfo " emerge capi4k-firmware"
einfo "you will probably find your board's firmware in /usr/share/isdn."
+ einfo ""
+ einfo "If you have another active ISDN board, you should create"
+ einfo "/usr/share/isdn and copy there your board's firmware."
}