public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/ngnus: ngnus-0.6.ebuild ngnus-9999.ebuild ChangeLog
@ 2007-12-01 16:09 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2007-12-01 16:09 UTC (permalink / raw
  To: gentoo-commits

ulm         07/12/01 16:09:49

  Modified:             ngnus-0.6.ebuild ngnus-9999.ebuild ChangeLog
  Log:
  Use SITEETC eclass variable.
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.3                  app-emacs/ngnus/ngnus-0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ngnus-0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ngnus-0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ngnus-0.6.ebuild?r1=1.2&r2=1.3

Index: ngnus-0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ngnus-0.6.ebuild	15 Oct 2007 17:16:25 -0000	1.2
+++ ngnus-0.6.ebuild	1 Dec 2007 16:09:49 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-0.6.ebuild,v 1.2 2007/10/15 17:16:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-0.6.ebuild,v 1.3 2007/12/01 16:09:49 ulm Exp $
 
 inherit elisp
 
@@ -23,7 +23,7 @@
 	econf \
 		--with-emacs --without-w3 --without-url \
 		--with-lispdir=${SITELISP}/${PN} \
-		--with-etcdir=/usr/share/emacs/etc \
+		--with-etcdir=${SITEETC} \
 		|| die "econf failed"
 	emake || die "emake failed"
 }
@@ -31,7 +31,7 @@
 src_install() {
 	einstall \
 		lispdir="${D}${SITELISP}/${PN}" \
-		etcdir="${D}/usr/share/emacs/etc" \
+		etcdir="${D}${SITEETC}" \
 		|| die "einstall failed"
 
 	# fix info documentation



1.2                  app-emacs/ngnus/ngnus-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild?r1=1.1&r2=1.2

Index: ngnus-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ngnus-9999.ebuild	15 Oct 2007 17:16:25 -0000	1.1
+++ ngnus-9999.ebuild	1 Dec 2007 16:09:49 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild,v 1.1 2007/10/15 17:16:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ngnus-9999.ebuild,v 1.2 2007/12/01 16:09:49 ulm Exp $
 
 ECVS_SERVER="cvs.gnus.org:/usr/local/cvsroot"
 ECVS_MODULE="gnus"
@@ -30,7 +30,7 @@
 	econf \
 		--with-emacs --without-w3 --without-url \
 		--with-lispdir=${SITELISP}/${PN} \
-		--with-etcdir=/usr/share/emacs/etc \
+		--with-etcdir=${SITEETC} \
 		|| die "econf failed"
 	emake || die "emake failed"
 }
@@ -38,7 +38,7 @@
 src_install() {
 	einstall \
 		lispdir="${D}${SITELISP}/${PN}" \
-		etcdir="${D}/usr/share/emacs/etc" \
+		etcdir="${D}${SITEETC}" \
 		|| die "einstall failed"
 
 	# fix info documentation



1.3                  app-emacs/ngnus/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/ngnus/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	15 Oct 2007 17:16:25 -0000	1.2
+++ ChangeLog	1 Dec 2007 16:09:49 -0000	1.3
@@ -1,6 +1,10 @@
 # ChangeLog for app-emacs/ngnus
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v 1.2 2007/10/15 17:16:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/ngnus/ChangeLog,v 1.3 2007/12/01 16:09:49 ulm Exp $
+
+  01 Dec 2007; Ulrich Mueller <ulm@gentoo.org> ngnus-0.6.ebuild,
+  ngnus-9999.ebuild:
+  Use SITEETC eclass variable.
 
 *ngnus-9999 (15 Oct 2007)
 



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-12-01 16:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-01 16:09 [gentoo-commits] gentoo-x86 commit in app-emacs/ngnus: ngnus-0.6.ebuild ngnus-9999.ebuild ChangeLog Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox