summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2003-11-08 18:07:09 +0000
committerMamoru Komachi <usata@gentoo.org>2003-11-08 18:07:09 +0000
commitdf77f1f1c79db440aa5c45560669d3cbd4e5bbab (patch)
treeceddede683009a781492ee4276bae05e2bfc3fb6 /app-emacs/gnus
parentInclude "bits" elisp as well. Closing bug #13351. (diff)
downloadgentoo-2-df77f1f1c79db440aa5c45560669d3cbd4e5bbab.tar.gz
gentoo-2-df77f1f1c79db440aa5c45560669d3cbd4e5bbab.tar.bz2
gentoo-2-df77f1f1c79db440aa5c45560669d3cbd4e5bbab.zip
Changed mis-spelled emacsw3 USE flag to emacs-w3. Closing bug #21062.
Diffstat (limited to 'app-emacs/gnus')
-rw-r--r--app-emacs/gnus/ChangeLog5
-rw-r--r--app-emacs/gnus/Manifest4
-rw-r--r--app-emacs/gnus/gnus-5.10.2.ebuild22
3 files changed, 14 insertions, 17 deletions
diff --git a/app-emacs/gnus/ChangeLog b/app-emacs/gnus/ChangeLog
index 2518b151b6b3..711339f8e241 100644
--- a/app-emacs/gnus/ChangeLog
+++ b/app-emacs/gnus/ChangeLog
@@ -1,8 +1,11 @@
# ChangeLog for app-emacs/gnus
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.1 2003/09/10 05:52:29 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/ChangeLog,v 1.2 2003/11/08 18:06:59 usata Exp $
*gnus-5.10.2 (10 Sep 2003)
+ 09 Nov 2003; Mamoru KOMACHI <usata@gentoo.org> gnus-5.10.2.ebuild:
+ Changed emacsw3 USE flag to emacs-w3. Closing bug #21062.
+
10 Sep 2003; Matthew Kennedy <mkennedy@gentoo.org> :
Initial import. Ebuild submitted by Bjorn Lindstrom <bkhl@privat.utfors.se>.
diff --git a/app-emacs/gnus/Manifest b/app-emacs/gnus/Manifest
index b5952c46f4aa..187d14080b55 100644
--- a/app-emacs/gnus/Manifest
+++ b/app-emacs/gnus/Manifest
@@ -1,5 +1,5 @@
-MD5 e27651e445320040f2cd77b326e61cf9 ChangeLog 375
-MD5 d3216a17291462bbb9145e7aa33aad36 gnus-5.10.2.ebuild 1053
+MD5 c12e78d6df1c441a6929f8ed91aae8dc ChangeLog 502
+MD5 0191dfac7f5726ab79f5ecafaf0e48b9 gnus-5.10.2.ebuild 970
MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158
MD5 44144fe26337a173aac5ad08c0b67808 files/70gnus-gentoo.el 39
MD5 dbb0f393b283b4796c6d534117754c66 files/digest-gnus-5.10.2 64
diff --git a/app-emacs/gnus/gnus-5.10.2.ebuild b/app-emacs/gnus/gnus-5.10.2.ebuild
index 04bb8c03a9c2..6a6390f64f93 100644
--- a/app-emacs/gnus/gnus-5.10.2.ebuild
+++ b/app-emacs/gnus/gnus-5.10.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.2.ebuild,v 1.1 2003/09/10 05:52:29 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/gnus/gnus-5.10.2.ebuild,v 1.2 2003/11/08 18:06:59 usata Exp $
inherit elisp
@@ -8,7 +8,7 @@ IUSE="emacs-w3"
DESCRIPTION="The Gnus newsreader and mail-reader"
HOMEPAGE="http://www.gnus.org/"
-SRC_URI="http://quimby.gnus.org/gnus/dist/gnus-5.10.2.tar.gz"
+SRC_URI="http://quimby.gnus.org/gnus/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~alpha ~sparc"
@@ -18,26 +18,20 @@ DEPEND="virtual/emacs
S=${WORKDIR}/${P}
-myconf="--with-emacs
- --with-lispdir=${D}/usr/share/emacs/site-lisp/gnus
- --with-etcdir=${D}/usr/share/emacs/etc"
-
-if use emacsw3; then
- myconf="$myconf --with-w3"
-else
- myconf="$myconf --without-w3"
-fi
-
src_compile() {
- econf $myconf || die
+ econf --with-emacs \
+ --with-lispdir=${D}/usr/share/emacs/site-lisp/gnus \
+ --with-etcdir=${D}/usr/share/emacs/etc \
+ `use_with emacs-w3 w3` || die
emake || die
}
src_install() {
einstall || die
+ elisp-site-file-install ${FILESDIR}/70gnus-gentoo.el
+
dodoc ChangeLog GNUS-NEWS README todo
find ${D}/usr/share/info -type f -exec mv {} {}.info \;
- elisp-site-file-install ${FILESDIR}/70gnus-gentoo.el
}
pkg_postinst() {