diff options
author | 2005-04-17 17:55:05 +0000 | |
---|---|---|
committer | 2005-04-17 17:55:05 +0000 | |
commit | 6e816c40ded31a06efc7f606b5e96b629ac039cd (patch) | |
tree | ddf9d8cd55aef68897116aab83ec0879af100c2f /app-office | |
parent | security mask #87341 (diff) | |
download | historical-6e816c40ded31a06efc7f606b5e96b629ac039cd.tar.gz historical-6e816c40ded31a06efc7f606b5e96b629ac039cd.tar.bz2 historical-6e816c40ded31a06efc7f606b5e96b629ac039cd.zip |
minor fix
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword/ChangeLog | 3 | ||||
-rw-r--r-- | app-office/abiword/Manifest | 4 | ||||
-rw-r--r-- | app-office/abiword/abiword-2.2.7.ebuild | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-office/abiword/ChangeLog b/app-office/abiword/ChangeLog index b98f79b0e02c..7641c5135ee2 100644 --- a/app-office/abiword/ChangeLog +++ b/app-office/abiword/ChangeLog @@ -1,11 +1,12 @@ # ChangeLog for app-office/abiword # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.103 2005/04/16 23:46:30 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/ChangeLog,v 1.104 2005/04/17 17:55:05 foser Exp $ *abiword-2.2.7 (17 Apr 2005) 17 Apr 2005; foser <foser@gentoo.org> abiword-2.2.7.ebuild : new release + use alternatives eclass for versionless executable binary symlik (#89373) 03 Apr 2005; Joseph Jezak <josejx@gentoo.org> abiword-2.2.3.ebuild: Marked ppc stable. diff --git a/app-office/abiword/Manifest b/app-office/abiword/Manifest index 695b02e3da56..0d3a662dd28a 100644 --- a/app-office/abiword/Manifest +++ b/app-office/abiword/Manifest @@ -1,9 +1,9 @@ MD5 1b49e3803b78910475de9628cee03272 abiword-2.2.3.ebuild 2341 MD5 9a4dd0c78f4410157ece03f8b8c73912 abiword-2.2.5.ebuild 2285 MD5 728e85c3f04c02a833f996e3a6ecfbdf abiword-2.0.10.ebuild 2440 -MD5 099decb7d11b6e2b23b1b8dc4b044109 abiword-2.2.7.ebuild 2286 +MD5 95ddde920319d2ddcab841258017fada abiword-2.2.7.ebuild 2377 MD5 9ba3c56a7ac3936cbf08b6f956b1ce2f abiword-2.2.2.ebuild 2262 -MD5 fab4cb3cb6bab64ec391d71939344a5e ChangeLog 14127 +MD5 f72cf9457dcf96d90f5b39a8c2a08914 ChangeLog 14203 MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158 MD5 4b3719f3158acf5c443b4739886272f4 files/digest-abiword-2.0.10 69 MD5 3b6aacecf03d65d9c41833afe9d29687 files/digest-abiword-2.2.2 68 diff --git a/app-office/abiword/abiword-2.2.7.ebuild b/app-office/abiword/abiword-2.2.7.ebuild index f8e4e9963c03..f55c937f24fa 100644 --- a/app-office/abiword/abiword-2.2.7.ebuild +++ b/app-office/abiword/abiword-2.2.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.2.7.ebuild,v 1.1 2005/04/16 23:46:30 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword/abiword-2.2.7.ebuild,v 1.2 2005/04/17 17:55:05 foser Exp $ -inherit eutils fdo-mime +inherit eutils fdo-mime alternatives IUSE="gnome jpeg spell xml2 debug" @@ -101,4 +101,6 @@ pkg_postinst() { fdo-mime_desktop_database_update + alternatives_auto_makesym "/usr/bin/abiword" "/usr/bin/abiword-[0-9].[0-9]" + } |