diff options
author | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:44:41 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-11-30 09:44:41 +0000 |
commit | 866a505fe9734d7eeb309fde48ecfc42167664a5 (patch) | |
tree | f0c61f099b89d16c338ad23cb89287e69d546237 /app-emacs/cdi | |
parent | *** empty log message *** (diff) | |
download | gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.gz gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.tar.bz2 gentoo-2-866a505fe9734d7eeb309fde48ecfc42167664a5.zip |
*** empty log message ***
Diffstat (limited to 'app-emacs/cdi')
-rw-r--r-- | app-emacs/cdi/ChangeLog | 10 | ||||
-rw-r--r-- | app-emacs/cdi/Manifest | 15 | ||||
-rw-r--r-- | app-emacs/cdi/cdi-1.45.ebuild | 29 |
3 files changed, 27 insertions, 27 deletions
diff --git a/app-emacs/cdi/ChangeLog b/app-emacs/cdi/ChangeLog index d5b7ad145ef1..50452ede84c5 100644 --- a/app-emacs/cdi/ChangeLog +++ b/app-emacs/cdi/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-emacs/cdi -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cdi/ChangeLog,v 1.1 2002/11/01 02:52:00 mkennedy Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cdi/ChangeLog,v 1.1.1.1 2005/11/30 09:41:14 chriswhite Exp $ + + 24 Oct 2005; Joseph Jezak <josejx@gentoo.org> cdi-1.45.ebuild: + Marked ~ppc. + + 01 Jul 2005; Matthew Kennedy <mkennedy@gentoo.org> cdi-1.45.ebuild: + Keywording ~amd64. *cdi-1.45 (31 Oct 2002) diff --git a/app-emacs/cdi/Manifest b/app-emacs/cdi/Manifest index e69de29bb2d1..c50370c3cc6b 100644 --- a/app-emacs/cdi/Manifest +++ b/app-emacs/cdi/Manifest @@ -0,0 +1,15 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 33b28e11610ae98770a7733c91c4ea11 ChangeLog 548 +MD5 de86341e998f07a3ac941a1781a5672e cdi-1.45.ebuild 558 +MD5 e4c6471eec608ff1580db6795bb077d2 files/50cdi-gentoo.el 141 +MD5 fd4d5908300041927ab42aef77095983 files/digest-cdi-1.45 59 +MD5 fcd33d07e4ee719b01157946734f4fe8 metadata.xml 158 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDXOIkcsIHjyDViGQRAq5PAJwJkMfVFf7I4DPYHoZzRUqzTj/38wCfYtFV +QATFgBhGd2neOLcUuOI4Rtc= +=Tqrp +-----END PGP SIGNATURE----- diff --git a/app-emacs/cdi/cdi-1.45.ebuild b/app-emacs/cdi/cdi-1.45.ebuild index 934772c7343f..13a9383e6fe4 100644 --- a/app-emacs/cdi/cdi-1.45.ebuild +++ b/app-emacs/cdi/cdi-1.45.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/cdi/cdi-1.45.ebuild,v 1.1 2002/11/01 02:52:00 mkennedy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/cdi/cdi-1.45.ebuild,v 1.1.1.1 2005/11/30 09:41:14 chriswhite Exp $ -inherit elisp +inherit elisp IUSE="" @@ -11,30 +11,9 @@ HOMEPAGE="http://www.emacswiki.org/cgi-bin/wiki.pl?action=browse&id=MattHodges&o SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86" +KEYWORDS="~amd64 ~ppc x86" -DEPEND="virtual/emacs" RDEPEND="${DEPEND} media-sound/cdcd" -S="${WORKDIR}/${P}" - SITEFILE=50cdi-gentoo.el - -src_compile() { - emacs --batch -f batch-byte-compile --no-site-file --no-init-file *.el -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install ${FILESDIR}/${SITEFILE} -} - -pkg_postinst() { - elisp-site-regen - einfo "Please see ${SITELISP}/${PN}/cdi.el for the complete documentation." -} - -pkg_postrm() { - elisp-site-regen -} |