diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-09-12 06:52:20 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-09-12 06:52:20 +0000 |
commit | 8cf04cf6c0662d5743d6df35b184bece98cb4653 (patch) | |
tree | 14c8f59ef65656f19e6726d2af33a20e74039ede | |
parent | Don't install uninstall script and conditionally remove .la files. (diff) | |
download | gentoo-2-8cf04cf6c0662d5743d6df35b184bece98cb4653.tar.gz gentoo-2-8cf04cf6c0662d5743d6df35b184bece98cb4653.tar.bz2 gentoo-2-8cf04cf6c0662d5743d6df35b184bece98cb4653.zip |
Remove old.
(Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
4 files changed, 6 insertions, 89 deletions
diff --git a/net-analyzer/nessus-libraries/ChangeLog b/net-analyzer/nessus-libraries/ChangeLog index cbaabf3d2817..664baf21b717 100644 --- a/net-analyzer/nessus-libraries/ChangeLog +++ b/net-analyzer/nessus-libraries/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-analyzer/nessus-libraries # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.94 2011/09/12 06:46:58 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/ChangeLog,v 1.95 2011/09/12 06:52:20 radhermit Exp $ + + 12 Sep 2011; Tim Harder <radhermit@gentoo.org> + -nessus-libraries-2.2.9.ebuild, -files/nessus-libraries-2.2.9-asneeded.patch, + -files/nessus-libraries-2.3.1-ldflags.patch: + Remove old. 12 Sep 2011; Tim Harder <radhermit@gentoo.org> nessus-libraries-2.2.9-r1.ebuild: diff --git a/net-analyzer/nessus-libraries/files/nessus-libraries-2.2.9-asneeded.patch b/net-analyzer/nessus-libraries/files/nessus-libraries-2.2.9-asneeded.patch deleted file mode 100644 index e428c4f6ff17..000000000000 --- a/net-analyzer/nessus-libraries/files/nessus-libraries-2.2.9-asneeded.patch +++ /dev/null @@ -1,13 +0,0 @@ -http://bugs.gentoo.org/247931 - ---- libnessus/Makefile -+++ libnessus/Makefile -@@ -101,7 +101,7 @@ - $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c snprintf.c - libnessus.la: $(OBJS) - $(LIBTOOL) $(CC) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \ -- -version-info ${PACKAGE_VERSION} -+ -version-info ${PACKAGE_VERSION} -lcrypto -lssl - - install : libnessus.la - test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir} diff --git a/net-analyzer/nessus-libraries/files/nessus-libraries-2.3.1-ldflags.patch b/net-analyzer/nessus-libraries/files/nessus-libraries-2.3.1-ldflags.patch deleted file mode 100644 index a773a6120d8e..000000000000 --- a/net-analyzer/nessus-libraries/files/nessus-libraries-2.3.1-ldflags.patch +++ /dev/null @@ -1,40 +0,0 @@ ---- a/libnessus/Makefile 2004-08-31 19:15:07.000000000 +0200 -+++ b/libnessus/Makefile 2010-08-31 02:47:45.000000000 +0200 -@@ -100,8 +100,8 @@ - snprintf.o : snprintf.c - $(LIBTOOL) $(CC) $(CIPHER) $(DEFS) $(INCLUDE) $(CFLAGS) -c snprintf.c - libnessus.la: $(OBJS) -- $(LIBTOOL) $(CC) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \ -- -version-info ${PACKAGE_VERSION} -+ $(LIBTOOL) $(CC) $(LDFLAGS) -o libnessus.la $(LO_OBJS) -rpath ${libdir} \ -+ -version-info ${PACKAGE_VERSION} ${PCAP_FLAG} ${SSL_FLAG} - - install : libnessus.la - test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir} ---- a/libhosts_gatherer/Makefile 2003-04-07 04:06:49.000000000 +0200 -+++ b/libhosts_gatherer/Makefile 2010-08-31 02:47:45.000000000 +0200 -@@ -22,7 +22,7 @@ - $(LIBTOOL) --finish $(DESTDIR)${libdir} - - libhosts_gatherer.la : $(OBJS) -- $(LIBTOOL) $(CC) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \ -+ $(LIBTOOL) $(CC) $(LDFLAGS) -o libhosts_gatherer.la $(LO_OBJS) -rpath ${libdir} \ - -version-info ${PACKAGE_VERSION} - - hg_utils.o : hg_utils.h hosts_gatherer.h hg_utils.c ---- a/nessus.tmpl.in 2003-02-17 15:52:01.000000000 +0100 -+++ b/nessus.tmpl.in 2010-08-31 02:47:45.000000000 +0200 -@@ -61,10 +61,12 @@ - # - BUILD_PCAP=@BUILD_PCAP@ - -+PCAP_FLAG=@pcap_flag@ -+SSL_FLAG=@ssl@ -+ - - # Some defines you may want to modify - DEFS=@DEFS@ $(DEBUG_SSL) $(USE_CIPHER) $(DEBUG) --LDFLAGS= - - # Your C compiler - CC=@CC@ diff --git a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9.ebuild b/net-analyzer/nessus-libraries/nessus-libraries-2.2.9.ebuild deleted file mode 100644 index be7e7cffe812..000000000000 --- a/net-analyzer/nessus-libraries/nessus-libraries-2.2.9.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus-libraries/nessus-libraries-2.2.9.ebuild,v 1.3 2010/07/01 13:58:32 ssuominen Exp $ - -EAPI=2 -inherit eutils multilib toolchain-funcs - -DESCRIPTION="A remote security scanner for Linux (nessus-libraries)" -HOMEPAGE="http://www.nessus.org/" -SRC_URI="ftp://ftp.nessus.org/pub/nessus/nessus-${PV}/src/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" -IUSE="" - -# Hard dep on SSL since libnasl won't compile when this package is emerged -ssl. -DEPEND=">=dev-libs/openssl-0.9.6d" - -S=${WORKDIR}/${PN} - -src_prepare() { - epatch "${FILESDIR}"/${P}-asneeded.patch -} - -src_configure() { - tc-export CC - econf \ - --with-ssl=/usr/$(get_libdir) -} - -src_install() { - emake DESTDIR="${D}" install || die - dodoc README* -} |