diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-17 00:47:19 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-17 00:47:19 +0000 |
commit | 21ca917710b6d7f0535759879699dcccb46a92d5 (patch) | |
tree | 89c5a15b7b09e9950b880d1f066a96ecbcc5e7ab /dev-libs/librep | |
parent | Marked stable on MIPS as per bug #118945 (diff) | |
download | historical-21ca917710b6d7f0535759879699dcccb46a92d5.tar.gz historical-21ca917710b6d7f0535759879699dcccb46a92d5.tar.bz2 historical-21ca917710b6d7f0535759879699dcccb46a92d5.zip |
Remove unused patch
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-libs/librep')
-rw-r--r-- | dev-libs/librep/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/librep/Manifest | 9 | ||||
-rw-r--r-- | dev-libs/librep/files/librep-0.15.2-exec.patch | 11 |
3 files changed, 10 insertions, 18 deletions
diff --git a/dev-libs/librep/ChangeLog b/dev-libs/librep/ChangeLog index d1a2113e3628..a2499b8ae7c8 100644 --- a/dev-libs/librep/ChangeLog +++ b/dev-libs/librep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/librep -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.36 2005/11/14 07:56:59 truedfx Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/ChangeLog,v 1.37 2006/01/17 00:47:19 agriffis Exp $ + + 17 Jan 2006; Aron Griffis <agriffis@gentoo.org> + -files/librep-0.15.2-exec.patch: + Remove unused patch 14 Nov 2005; Harald van Dijk <truedfx@gentoo.org> -librep-0.16.2.ebuild, -librep-0.17.ebuild, librep-0.17-r1.ebuild, librep-0.17-r2.ebuild: diff --git a/dev-libs/librep/Manifest b/dev-libs/librep/Manifest index 9d916b38888c..af2f1cc266f9 100644 --- a/dev-libs/librep/Manifest +++ b/dev-libs/librep/Manifest @@ -1,10 +1,9 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 bb0e6c5f853fbd3a05012cfed1231033 ChangeLog 5203 +MD5 9cc34ed6080554fb719446a825740c4c ChangeLog 5312 MD5 07a234e62724c3d45a1b69f1c04cd0a9 files/digest-librep-0.17-r1 64 MD5 07a234e62724c3d45a1b69f1c04cd0a9 files/digest-librep-0.17-r2 64 -MD5 8c655620e7f5d0dc0ee9b8ef6351158d files/librep-0.15.2-exec.patch 425 MD5 4d33f5e870cd659d295eaa8c1a8948da files/libtool.patch 3037 MD5 ad28e56472f07a05a704ecfc7cf58434 files/rep_file_fdopen.patch 219 MD5 ac5dfa439cd36f285d75eacb12125fb5 librep-0.17-r1.ebuild 1377 @@ -13,7 +12,7 @@ MD5 aabaa608acb879f04a961ad9e6d8e19c metadata.xml 233 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDeENxwnQyISwouHwRAvHTAJ933R9oFYIEusny5wNS5irFYPcqPwCfchAG -1AiQU9ZRndVJXkSkDUoYy98= -=zE27 +iD8DBQFDzD6iJrHF4yAQTrARAmIKAJ4kQx/2FUp4jI7+oevl+oQ/7RuLvACgoUAW +sNlqCfAD75hAntghsJvVR/4= +=GdCC -----END PGP SIGNATURE----- diff --git a/dev-libs/librep/files/librep-0.15.2-exec.patch b/dev-libs/librep/files/librep-0.15.2-exec.patch deleted file mode 100644 index 2c988950de83..000000000000 --- a/dev-libs/librep/files/librep-0.15.2-exec.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- librep-0.15.1/Makedefs.in.exec Fri Aug 10 04:37:48 2001 -+++ librep-0.15.1/Makedefs.in Fri Oct 26 14:45:30 2001 -@@ -77,7 +77,7 @@ - - .PHONY: clean realclean install - --rep_prog = $(top_builddir)/libtool --mode=execute $(top_builddir)/src/rep -+rep_prog = $(top_builddir)/src/rep - COMPILE_ENV = REPLISPDIR=$(top_builddir)/lisp \ - REP_DL_LOAD_PATH=$(top_builddir)/src/.libexec \ - REPDOCFILE=$(top_builddir)/DOC |