diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-19 15:37:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-19 15:37:35 +0000 |
commit | e1731d1ed10a3f26cc38d059b476aa5cef552cec (patch) | |
tree | a137c1c8b867e60f4029d25cd9352a8ceeb7daac /net-libs | |
parent | alpha stable wrt #293034 (diff) | |
download | gentoo-2-e1731d1ed10a3f26cc38d059b476aa5cef552cec.tar.gz gentoo-2-e1731d1ed10a3f26cc38d059b476aa5cef552cec.tar.bz2 gentoo-2-e1731d1ed10a3f26cc38d059b476aa5cef552cec.zip |
Remove old patch.
(Portage version: 2.2_rc50/cvs/Linux i686)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libssh/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/libssh/files/makefile_no-examples.diff | 47 |
2 files changed, 5 insertions, 48 deletions
diff --git a/net-libs/libssh/ChangeLog b/net-libs/libssh/ChangeLog index 25e94d059bf0..51a85a286aa4 100644 --- a/net-libs/libssh/ChangeLog +++ b/net-libs/libssh/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/libssh # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.20 2009/11/12 19:14:56 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libssh/ChangeLog,v 1.21 2009/11/19 15:37:35 jer Exp $ + + 19 Nov 2009; Jeroen Roovers <jer@gentoo.org> + -files/makefile_no-examples.diff: + Remove old patch. 12 Nov 2009; Peter Volkov <pva@gentoo.org> +libssh-0.1.1.ebuild: net-libs/libssh-0.1* back with dropped keywords. Required for sysboot. diff --git a/net-libs/libssh/files/makefile_no-examples.diff b/net-libs/libssh/files/makefile_no-examples.diff deleted file mode 100644 index b9ee07171d7b..000000000000 --- a/net-libs/libssh/files/makefile_no-examples.diff +++ /dev/null @@ -1,47 +0,0 @@ ---- libssh-0.2.orig/Makefile.in 2007-01-03 20:34:37.000000000 -0500 -+++ libssh-0.2/Makefile.in 2007-01-03 20:36:41.000000000 -0500 -@@ -21,14 +21,12 @@ - INSTALL = @INSTALL@ - LN = @LN_S@ - LIBTOOL = @LIBTOOL@ --OBJECTS = sample.o samplesshd.o --APPS = samplessh samplesftp samplesshd - VERSION = 0.2 - DISTLIB = libssh-$(VERSION) - CONFIG = include/libssh/config.h - - .PHONY: all --all: $(CONFIG) SUBDIRS $(OBJECTS) $(APPS) -+all: $(CONFIG) SUBDIRS - - .PHONY: SUBDIRS - SUBDIRS: -@@ -40,12 +38,6 @@ - % : %.o - $(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS) - --samplessh: sample.o -- $(LIBTOOL) --mode=link $(CC) -o $@ $< $(LDFLAGS) $(LIBS) -- --samplesftp: samplessh -- $(LN) -f samplessh samplesftp -- - $(CONFIG): - $(LN) -f ../../config.h $(CONFIG) - -@@ -94,14 +86,12 @@ - install-doc: doc - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/libssh/html - $(INSTALL) doxygen/html/* $(DESTDIR)$(docdir)/libssh/html -- $(top_srcdir)/mkinstalldirs $(DESTDIR)$(docdir)/libssh/examples -- $(INSTALL) sample.c samplesshd.c $(DESTDIR)$(docdir)/libssh/examples - $(top_srcdir)/mkinstalldirs $(DESTDIR)$(mandir)/man3 - $(INSTALL) doxygen/man/man3/* $(DESTDIR)$(mandir)/man3 - - .PHONY: clean - clean: -- $(LIBTOOL) --mode=clean rm -f *~ *.o samplessh samplesftp samplesshd include/libssh/config.h -+ $(LIBTOOL) --mode=clean rm -f *~ *.o include/libssh/config.h - rm -rf doxygen - @for dir in ${subdirs}; do \ - (cd $$dir && $(MAKE) clean) \ |