diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 19:53:57 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-10-09 19:53:57 +0000 |
commit | 6693b7c9c3ea029eaaaab36dcbc1cb7916def3f3 (patch) | |
tree | ad91e7ca7c81916c533768729e645bc8e7c82358 /app-emacs/tdtd/tdtd-0.7.1.ebuild | |
parent | Removed old ebuild. (Manifest recommit) (diff) | |
download | gentoo-2-6693b7c9c3ea029eaaaab36dcbc1cb7916def3f3.tar.gz gentoo-2-6693b7c9c3ea029eaaaab36dcbc1cb7916def3f3.tar.bz2 gentoo-2-6693b7c9c3ea029eaaaab36dcbc1cb7916def3f3.zip |
Marked as stable.
Diffstat (limited to 'app-emacs/tdtd/tdtd-0.7.1.ebuild')
-rw-r--r-- | app-emacs/tdtd/tdtd-0.7.1.ebuild | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/app-emacs/tdtd/tdtd-0.7.1.ebuild b/app-emacs/tdtd/tdtd-0.7.1.ebuild index 51e5eef6c220..da3727bdfa7f 100644 --- a/app-emacs/tdtd/tdtd-0.7.1.ebuild +++ b/app-emacs/tdtd/tdtd-0.7.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/tdtd-0.7.1.ebuild,v 1.3 2004/06/24 22:25:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tdtd/tdtd-0.7.1.ebuild,v 1.4 2004/10/09 19:53:57 usata Exp $ inherit elisp @@ -11,9 +11,10 @@ HOMEPAGE="http://www.menteith.com/tdtd/" SRC_URI="http://www.menteith.com/tdtd/data/${PN}${PV//./}.zip" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="x86 ppc" -DEPEND="virtual/emacs" +DEPEND="virtual/emacs + app-arch/unzip" SITEFILE=50tdtd-gentoo.el @@ -30,11 +31,3 @@ src_install() { elisp-site-file-install ${FILESDIR}/${SITEFILE} dodoc TODO changelog.txt readme.txt tutorial.txt } - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} |