summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-06-14 08:32:40 +0000
committerUlrich Müller <ulm@gentoo.org>2008-06-14 08:32:40 +0000
commit1a15955cac85519565272c82c71dbf887d30f140 (patch)
treea8ab2b80a0151cafb5434c9ca36e21a9e82702f1 /app-editors/xemacs
parentStable on ppc wrt bug 225905 (diff)
downloadgentoo-2-1a15955cac85519565272c82c71dbf887d30f140.tar.gz
gentoo-2-1a15955cac85519565272c82c71dbf887d30f140.tar.bz2
gentoo-2-1a15955cac85519565272c82c71dbf887d30f140.zip
Change to new syntax of eselect-emacs and update dependency.
(Portage version: 2.2_pre7-r1/cvs/Linux 2.6.25-gentoo-r4 Intel(R) Pentium(R) M processor 1.73GHz)
Diffstat (limited to 'app-editors/xemacs')
-rw-r--r--app-editors/xemacs/ChangeLog6
-rw-r--r--app-editors/xemacs/xemacs-21.4.21-r1.ebuild8
-rw-r--r--app-editors/xemacs/xemacs-21.4.21.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/app-editors/xemacs/ChangeLog b/app-editors/xemacs/ChangeLog
index 7fdecaade9a5..7d6bc193c350 100644
--- a/app-editors/xemacs/ChangeLog
+++ b/app-editors/xemacs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/xemacs
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.113 2008/06/01 08:58:04 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/ChangeLog,v 1.114 2008/06/14 08:32:40 ulm Exp $
+
+ 14 Jun 2008; Ulrich Mueller <ulm@gentoo.org> xemacs-21.4.21.ebuild,
+ xemacs-21.4.21-r1.ebuild:
+ Change to new syntax of eselect-emacs and update dependency.
01 Jun 2008; Hans de Graaff <graaff@gentoo.org> -xemacs-21.5.28.ebuild:
Remove broken and insecure 21.5.28 version. If you must use 21.5 now then
diff --git a/app-editors/xemacs/xemacs-21.4.21-r1.ebuild b/app-editors/xemacs/xemacs-21.4.21-r1.ebuild
index 6f7747cb236c..ee6c16e8a278 100644
--- a/app-editors/xemacs/xemacs-21.4.21-r1.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.21-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21-r1.ebuild,v 1.3 2008/05/21 15:50:20 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21-r1.ebuild,v 1.4 2008/06/14 08:32:40 ulm Exp $
# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
@@ -46,7 +46,7 @@ DEPEND="virtual/libc
canna? ( app-i18n/canna )
!amd64? ( freewnn? ( app-i18n/freewnn ) )
>=sys-libs/ncurses-5.2
- >=app-admin/eselect-emacs-0.7-r1"
+ >=app-admin/eselect-emacs-1.2"
PDEPEND="app-xemacs/xemacs-base
mule? ( app-xemacs/mule-base )"
@@ -228,9 +228,9 @@ src_install() {
}
pkg_postinst() {
- eselect emacs update --if-unset
+ eselect emacs update ifunset
}
pkg_postrm() {
- eselect emacs update --if-unset
+ eselect emacs update ifunset
}
diff --git a/app-editors/xemacs/xemacs-21.4.21.ebuild b/app-editors/xemacs/xemacs-21.4.21.ebuild
index 821906e2856d..15543d14dcb5 100644
--- a/app-editors/xemacs/xemacs-21.4.21.ebuild
+++ b/app-editors/xemacs/xemacs-21.4.21.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v 1.8 2008/05/21 15:50:20 dev-zero Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.21.ebuild,v 1.9 2008/06/14 08:32:40 ulm Exp $
# Note: xemacs currently does not work with a hardened profile. If you
# want to use xemacs on a hardened profile then compile with the
@@ -46,7 +46,7 @@ DEPEND="virtual/libc
canna? ( app-i18n/canna )
!amd64? ( freewnn? ( app-i18n/freewnn ) )
>=sys-libs/ncurses-5.2
- >=app-admin/eselect-emacs-0.7-r1"
+ >=app-admin/eselect-emacs-1.2"
PDEPEND="app-xemacs/xemacs-base
mule? ( app-xemacs/mule-base )"
@@ -225,9 +225,9 @@ src_install() {
}
pkg_postinst() {
- eselect emacs update --if-unset
+ eselect emacs update ifunset
}
pkg_postrm() {
- eselect emacs update --if-unset
+ eselect emacs update ifunset
}