summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2005-04-17 17:55:05 +0000
committerMarinus Schraal <foser@gentoo.org>2005-04-17 17:55:05 +0000
commit896dc3577d5be628771069fd8af57b1e22c8e0ae (patch)
tree4158e98d682ba38fbd7da87aa496ba5420e3e08c /app-office/abiword
parentsecurity mask #87341 (diff)
downloadgentoo-2-896dc3577d5be628771069fd8af57b1e22c8e0ae.tar.gz
gentoo-2-896dc3577d5be628771069fd8af57b1e22c8e0ae.tar.bz2
gentoo-2-896dc3577d5be628771069fd8af57b1e22c8e0ae.zip
minor fix
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-office/abiword')
-rw-r--r--app-office/abiword/ChangeLog3
-rw-r--r--app-office/abiword/abiword-2.2.7.ebuild6
2 files changed, 6 insertions, 3 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/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]"
+
}