diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 14:07:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 14:07:51 +0000 |
commit | b7874c5ba1b80016430d7964c4a00239c364ba9a (patch) | |
tree | b8082ec9bb680b47fbf26da0467047344ae7dc38 /app-text | |
parent | stable on sparc, tests pass (diff) | |
download | historical-b7874c5ba1b80016430d7964c4a00239c364ba9a.tar.gz historical-b7874c5ba1b80016430d7964c4a00239c364ba9a.tar.bz2 historical-b7874c5ba1b80016430d7964c4a00239c364ba9a.zip |
apply missing patch for 1.8.0
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/dictd/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/dictd/Manifest | 4 | ||||
-rw-r--r-- | app-text/dictd/dictd-1.8.0.ebuild | 7 |
3 files changed, 12 insertions, 4 deletions
diff --git a/app-text/dictd/ChangeLog b/app-text/dictd/ChangeLog index 11641e9b0423..f5938a17f1a1 100644 --- a/app-text/dictd/ChangeLog +++ b/app-text/dictd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/dictd # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.13 2004/03/01 10:14:19 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/ChangeLog,v 1.14 2004/03/07 14:07:51 liquidx Exp $ + + 07 Mar 2004; Alastair Tse <liquidx@gentoo.org> dictd-1.8.0.ebuild: + apply missing patch for 1.8.0 *dictd-1.9.11-r1 (09 Feb 2004) diff --git a/app-text/dictd/Manifest b/app-text/dictd/Manifest index b6fae4ffd825..6874e72090ae 100644 --- a/app-text/dictd/Manifest +++ b/app-text/dictd/Manifest @@ -1,5 +1,5 @@ -MD5 c4100f70ba1aec91a713ceff437b7052 ChangeLog 2776 -MD5 348f7bdcebdd8cd9465baf643d23236c dictd-1.8.0.ebuild 1443 +MD5 d2f163a6aca523e2fda4b54a6600f41e ChangeLog 2881 +MD5 06b747d59e096e96ff0fbc8a2c51d18a dictd-1.8.0.ebuild 1539 MD5 df37c716fd0a28c2fb05e042f689187b dictd-1.9.11-r1.ebuild 1264 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 MD5 a97d38377255fef9ec22c3bf4c23fd6b files/dictd-1.8.0-gcc33-multiline-string-fix.patch 542 diff --git a/app-text/dictd/dictd-1.8.0.ebuild b/app-text/dictd/dictd-1.8.0.ebuild index c3faab42b74b..3c148f655ebf 100644 --- a/app-text/dictd/dictd-1.8.0.ebuild +++ b/app-text/dictd/dictd-1.8.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.12 2004/02/21 00:41:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/dictd-1.8.0.ebuild,v 1.13 2004/03/07 14:07:51 liquidx Exp $ inherit gnuconfig @@ -14,6 +14,11 @@ KEYWORDS="x86 ppc sparc ~alpha ~hppa ~mips ia64 ppc64" DEPEND="virtual/glibc" +src_unpack() { + unpack ${A} + cd ${S}; epatch ${FILESDIR}/${P}-gcc33-multiline-string-fix.patch +} + src_compile() { # Update config.sub and config.guess so dictd understands the sparc architecture |