diff options
author | 2004-06-27 22:22:00 +0000 | |
---|---|---|
committer | 2004-06-27 22:22:00 +0000 | |
commit | 3e332a62c7e50fcf435825ddb60322be03678f28 (patch) | |
tree | f63e73226d6099d94d47fb9e542889283db2f68f /app-editors/xemacs/xemacs-21.4.15.ebuild | |
parent | touch the libc (Manifest recommit) (diff) | |
download | gentoo-2-3e332a62c7e50fcf435825ddb60322be03678f28.tar.gz gentoo-2-3e332a62c7e50fcf435825ddb60322be03678f28.tar.bz2 gentoo-2-3e332a62c7e50fcf435825ddb60322be03678f28.zip |
touch the libc
Diffstat (limited to 'app-editors/xemacs/xemacs-21.4.15.ebuild')
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.15.ebuild | 28 |
1 files changed, 10 insertions, 18 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.15.ebuild b/app-editors/xemacs/xemacs-21.4.15.ebuild index 291b75ea5a47..ee67b1916661 100644 --- a/app-editors/xemacs/xemacs-21.4.15.ebuild +++ b/app-editors/xemacs/xemacs-21.4.15.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.15.ebuild,v 1.5 2004/06/24 22:03:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.15.ebuild,v 1.6 2004/06/27 22:21:15 vapier Exp $ inherit eutils -IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna athena neXt Xaw3d berkdb" - -LICENSE="GPL-2" -DESCRIPTION="XEmacs is a highly customizable open source text editor and application development system." - +DESCRIPTION="highly customizable open source text editor and application development system" +HOMEPAGE="http://www.xemacs.org/" SRC_URI="http://ftp.xemacs.org/xemacs-21.4/${P}.tar.gz - http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz" + http://www.malfunction.de/afterstep/files/NeXT_XEmacs.tar.gz" -HOMEPAGE="http://www.xemacs.org" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="gpm postgres ldap xface nas dnd X jpeg tiff png mule motif freewnn canna athena neXt Xaw3d berkdb" # esound is know to cause problems in XEmacs #esd? ( media-sound/esound ) - -RDEPEND="virtual/glibc +RDEPEND="virtual/libc !virtual/xemacs berkdb? ( =sys-libs/db-1* >=sys-libs/gdbm-1.8.0 ) @@ -46,19 +45,12 @@ RDEPEND="virtual/glibc canna? ( app-i18n/canna ) !amd64? ( freewnn? ( app-i18n/freewnn ) )" - DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" - PDEPEND="app-xemacs/xemacs-base - mule? app-xemacs/mule-base" - + mule? app-xemacs/mule-base" PROVIDE="virtual/xemacs virtual/editor" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~ppc ~alpha ~sparc" - src_unpack() { unpack ${P}.tar.gz unpack NeXT_XEmacs.tar.gz |