diff options
author | 2007-01-23 06:33:37 +0000 | |
---|---|---|
committer | 2007-01-23 06:33:37 +0000 | |
commit | 9da0d70551a8e05ce97a82e94fbcc02c13af990b (patch) | |
tree | 2bccf038beb7d2608e4688ad42475372bc5934a7 /app-emacs/planner | |
parent | using mirror:// syntax for Debian, as requested in bug #163306 and added a quote (diff) | |
download | gentoo-2-9da0d70551a8e05ce97a82e94fbcc02c13af990b.tar.gz gentoo-2-9da0d70551a8e05ce97a82e94fbcc02c13af990b.tar.bz2 gentoo-2-9da0d70551a8e05ce97a82e94fbcc02c13af990b.zip |
using mirror:// syntax for Debian, as requested in bug #163307 and added a quote
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-emacs/planner')
-rw-r--r-- | app-emacs/planner/ChangeLog | 9 | ||||
-rw-r--r-- | app-emacs/planner/planner-3.30.ebuild | 8 | ||||
-rw-r--r-- | app-emacs/planner/planner-3.41.ebuild | 6 |
3 files changed, 14 insertions, 9 deletions
diff --git a/app-emacs/planner/ChangeLog b/app-emacs/planner/ChangeLog index 3e29b7c93409..b08cbc91a1c6 100644 --- a/app-emacs/planner/ChangeLog +++ b/app-emacs/planner/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/planner -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/ChangeLog,v 1.7 2006/11/28 04:09:02 mkennedy Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/ChangeLog,v 1.8 2007/01/23 06:33:37 opfer Exp $ + + 23 Jan 2007; Christian Faulhammer <opfer@gentoo.org> planner-3.30.ebuild, + planner-3.41.ebuild: + using mirror:// syntax for Debian, as requested in bug #163307 and added a + quote *planner-3.41 (28 Nov 2006) diff --git a/app-emacs/planner/planner-3.30.ebuild b/app-emacs/planner/planner-3.30.ebuild index 74adde3cd56d..3310eb30a302 100644 --- a/app-emacs/planner/planner-3.30.ebuild +++ b/app-emacs/planner/planner-3.30.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/planner-3.30.ebuild,v 1.1 2005/12/20 18:06:46 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/planner-3.30.ebuild,v 1.2 2007/01/23 06:33:37 opfer Exp $ inherit elisp @@ -10,7 +10,7 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki/PlannerMode" # Upstream sources are not reliably available, so we use the Debian # project's source archives -SRC_URI="http://ftp.debian.org/debian/pool/main/p/planner-el/planner-el_${PV}.orig.tar.gz" +SRC_URI="mirror://debian/pool/main/p/planner-el/planner-el_${PV}.orig.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" @@ -29,7 +29,7 @@ src_compile() { src_install() { elisp-install ${PN} *.{el,elc} - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" dodoc ChangeLog PLANNER-README doinfo planner-el.info* } diff --git a/app-emacs/planner/planner-3.41.ebuild b/app-emacs/planner/planner-3.41.ebuild index ab28727690f7..13fe240d5075 100644 --- a/app-emacs/planner/planner-3.41.ebuild +++ b/app-emacs/planner/planner-3.41.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/planner-3.41.ebuild,v 1.1 2006/11/28 04:09:02 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/planner/planner-3.41.ebuild,v 1.2 2007/01/23 06:33:37 opfer Exp $ inherit elisp @@ -26,5 +26,5 @@ src_install() { doinfo planner-el.info dodoc COMMENTARY AUTHORS COPYING ChangeLog* NEWS README elisp-install ${PN} *.{el,elc} - elisp-site-file-install ${FILESDIR}/${SITEFILE} + elisp-site-file-install "${FILESDIR}/${SITEFILE}" } |