diff options
author | 2004-03-13 22:27:51 +0000 | |
---|---|---|
committer | 2004-03-13 22:27:51 +0000 | |
commit | 13b86b07351a20545d183042dc9bd9ba5c6a63f4 (patch) | |
tree | 70a1e6f9c3e21d771956a53f4f7471111f4c211d /app-editors/xwpe | |
parent | Added to ~ppc (diff) | |
download | historical-13b86b07351a20545d183042dc9bd9ba5c6a63f4.tar.gz historical-13b86b07351a20545d183042dc9bd9ba5c6a63f4.tar.bz2 historical-13b86b07351a20545d183042dc9bd9ba5c6a63f4.zip |
don't assign default to S; header fix; tidy
Diffstat (limited to 'app-editors/xwpe')
-rw-r--r-- | app-editors/xwpe/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/xwpe/Manifest | 4 | ||||
-rw-r--r-- | app-editors/xwpe/xwpe-1.5.29a.ebuild | 17 |
3 files changed, 14 insertions, 14 deletions
diff --git a/app-editors/xwpe/ChangeLog b/app-editors/xwpe/ChangeLog index c95f973630bf..266d149d59aa 100644 --- a/app-editors/xwpe/ChangeLog +++ b/app-editors/xwpe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/xwpe -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/ChangeLog,v 1.6 2003/02/12 03:50:14 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/ChangeLog,v 1.7 2004/03/13 22:27:51 mr_bones_ Exp $ + + 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> xwpe-1.5.29a.ebuild: + don't assign default to S; header fix; tidy 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/app-editors/xwpe/Manifest b/app-editors/xwpe/Manifest index 8b58008982d5..077fdb31cc62 100644 --- a/app-editors/xwpe/Manifest +++ b/app-editors/xwpe/Manifest @@ -1,3 +1,3 @@ -MD5 cdc9c2f606271760a8b1f5961b385936 ChangeLog 611 -MD5 c93f2ca9358a6fc542a2482ed2087f8c xwpe-1.5.29a.ebuild 823 +MD5 d4f157c9ba7e2c81caa9bc86a52a5f39 ChangeLog 737 +MD5 f128937a314b9cdfe1017e2448a8131e xwpe-1.5.29a.ebuild 809 MD5 2b2fe6c25c4ce1bd92a7779d6b1768ef files/digest-xwpe-1.5.29a 64 diff --git a/app-editors/xwpe/xwpe-1.5.29a.ebuild b/app-editors/xwpe/xwpe-1.5.29a.ebuild index 0039e76c48f3..dfe6ec225e41 100644 --- a/app-editors/xwpe/xwpe-1.5.29a.ebuild +++ b/app-editors/xwpe/xwpe-1.5.29a.ebuild @@ -1,23 +1,20 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/xwpe-1.5.29a.ebuild,v 1.8 2003/09/05 23:05:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xwpe/xwpe-1.5.29a.ebuild,v 1.9 2004/03/13 22:27:51 mr_bones_ Exp $ DESCRIPTION="An IDE to Develop in text and graphical mode" HOMEPAGE="http://www.identicalsoftware.com/xwpe/" +SRC_URI="http://www.identicalsoftware.com/xwpe/${P}.tar.gz" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc sparc" +IUSE="" DEPEND=">=sys-libs/gpm-1.20.0 \ >=sys-libs/ncurses-5.2 \ >=sys-libs/zlib-1.1.4" -SLOT="0" -KEYWORDS="x86 ppc sparc " - -SRC_URI="http://www.identicalsoftware.com/xwpe/${P}.tar.gz" - -S=${WORKDIR}/${P} - src_compile() { ./configure \ --host=${CHOST} \ @@ -29,5 +26,5 @@ src_compile() { src_install () { make prefix=${D}/usr install || die - dodoc INSTALL README CHANGELOG + dodoc INSTALL README CHANGELOG } |