diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-09-02 17:02:14 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-09-02 17:02:14 +0000 |
commit | 1f638f1d91c94382998c200511364daab86ff8fb (patch) | |
tree | de381f7425a73256720e54d3229700233b37ac80 /net-libs | |
parent | conflict fixo (diff) | |
download | gentoo-2-1f638f1d91c94382998c200511364daab86ff8fb.tar.gz gentoo-2-1f638f1d91c94382998c200511364daab86ff8fb.tar.bz2 gentoo-2-1f638f1d91c94382998c200511364daab86ff8fb.zip |
add in a script and some changelog comments
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libnet/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/libnet/libnet-1.1.0.ebuild | 11 |
2 files changed, 12 insertions, 7 deletions
diff --git a/net-libs/libnet/ChangeLog b/net-libs/libnet/ChangeLog index 7bcb0d4c2573..1a737dd2829e 100644 --- a/net-libs/libnet/ChangeLog +++ b/net-libs/libnet/ChangeLog @@ -1,9 +1,15 @@ # ChangeLog for net-libs/libnet # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.5 2002/08/27 17:11:33 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.6 2002/09/02 17:02:14 lostlogic Exp $ *libnet-1.1.0 (27 Aug 2002) + 02 Sep 2002: Brandon Low <lostlogic@gentoo.org> + This package is NOT backward compatible with previous versoins of libnet. + Additionally the install process forgets to install libnet-config which + is necessary for library configuration, Added that script, and trying to + figure out what is b0rken with this new library. + 27 Aug 2002; Daniel Ahlberg <aliz@gentoo.org: Version bump. Closes #7039. Ebuild contributed by michael.sterrett@coat.com. diff --git a/net-libs/libnet/libnet-1.1.0.ebuild b/net-libs/libnet/libnet-1.1.0.ebuild index b24ab23d8131..a37fee61efb3 100644 --- a/net-libs/libnet/libnet-1.1.0.ebuild +++ b/net-libs/libnet/libnet-1.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.0.ebuild,v 1.1 2002/08/27 17:11:37 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.0.ebuild,v 1.2 2002/09/02 17:02:14 lostlogic Exp $ S=${WORKDIR}/Libnet-latest DESCRIPTION="library to provide an API for commonly used low-level network @@ -22,11 +22,10 @@ src_compile() { } src_install () { - - make \ - DESTDIR=${D} \ - MAN_PREFIX=${D}/usr/share/man \ - install || die + + einstall || die + + doexe libnet-config dodoc VERSION README doc/{CHANGELOG,COPYING,DESIGN_NOTES,PACKET_BUILDING} dodoc doc/{RAWSOCKET_NON_SEQUITUR,TODO,BUGS,CONTRIB,MIGRATION,PORTED,SUPPORTED_PROTOCOLS} |