diff options
author | Stephen Becker <geoman@gentoo.org> | 2004-07-14 02:58:49 +0000 |
---|---|---|
committer | Stephen Becker <geoman@gentoo.org> | 2004-07-14 02:58:49 +0000 |
commit | c3e6f1d787514e53f7bb35430aa0a420dd7cd3a3 (patch) | |
tree | da49a8ede386116735f5300ba79e91e087bce5fd /app-text | |
parent | stable on ppc64 (diff) | |
download | historical-c3e6f1d787514e53f7bb35430aa0a420dd7cd3a3.tar.gz historical-c3e6f1d787514e53f7bb35430aa0a420dd7cd3a3.tar.bz2 historical-c3e6f1d787514e53f7bb35430aa0a420dd7cd3a3.zip |
added src_unpack section with gnuconfig_update for mips
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/enchant/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/enchant/Manifest | 4 | ||||
-rw-r--r-- | app-text/enchant/enchant-1.1.3.ebuild | 11 |
3 files changed, 14 insertions, 6 deletions
diff --git a/app-text/enchant/ChangeLog b/app-text/enchant/ChangeLog index bf0e7bef564a..0fcfea9f2509 100644 --- a/app-text/enchant/ChangeLog +++ b/app-text/enchant/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/enchant # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.30 2004/07/03 21:19:54 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/ChangeLog,v 1.31 2004/07/14 02:58:49 geoman Exp $ + + 13 Jul 2004; Stephen P. Becker <geoman@gentoo.org> enchant-1.1.3.ebuild: + added src_unpack section with gnuconfig_update for mips 03 Jul 2004; Bryan Østergaard <kloeri@gentoo.org> enchant-1.1.3.ebuild: Stable on alpha. diff --git a/app-text/enchant/Manifest b/app-text/enchant/Manifest index d2e70aeea020..168122427753 100644 --- a/app-text/enchant/Manifest +++ b/app-text/enchant/Manifest @@ -1,8 +1,8 @@ MD5 4d7fa036403593d3e661d5be3a094b67 enchant-1.1.2.ebuild 852 MD5 b68f4b22cf015e132dca2d503872290f enchant-1.1.1.ebuild 775 MD5 4fb1142660ca77c8b523844a7903a6ad enchant-1.0.0.ebuild 858 -MD5 b28292a156c2ef116b23571cf5ed384c enchant-1.1.3.ebuild 924 -MD5 07a5d8ac87106ecac2abee4519b5ce15 ChangeLog 3474 +MD5 fbbcfa94f49177a727317ad18d8d910b enchant-1.1.3.ebuild 976 +MD5 0b1e380bb958964489c857c2daa1edfe ChangeLog 3608 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 cdba960f66d079da7010a9f923d08c3b files/enchant-1.0.0-alpha.patch 1233 MD5 9eea1c1607ac139d4fe5716900da9570 files/digest-enchant-1.0.0 65 diff --git a/app-text/enchant/enchant-1.1.3.ebuild b/app-text/enchant/enchant-1.1.3.ebuild index 0a7ed2164810..fcfa557871e3 100644 --- a/app-text/enchant/enchant-1.1.3.ebuild +++ b/app-text/enchant/enchant-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.10 2004/07/13 23:02:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/enchant/enchant-1.1.3.ebuild,v 1.11 2004/07/14 02:58:49 geoman Exp $ inherit gnome2 gnuconfig @@ -26,7 +26,12 @@ RDEPEND=">=dev-libs/glib-2 DEPEND="${RDEPEND} dev-util/pkgconfig" -#allow to build on mipslinux systems -gnuconfig_update +src_unpack() { + unpack ${A} + cd ${S} + + #allow to build on mipslinux systems + use mips && gnuconfig_update +} DOCS="AUTHORS BUGS COPYING.LIB ChangeLog HACKING MAINTAINERS NEWS README TODO" |