summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-01 14:09:05 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-01 14:09:05 +0000
commit744cb0ce29c690421a1deae4d5320ea75c54eac6 (patch)
tree951b27a510cacd3e1f26ea9d2e581561b8f32fdc /app-emacs/howm
parentSetting silc-toolkit dep to >= 0.9.12 (Manifest recommit) (diff)
downloadgentoo-2-744cb0ce29c690421a1deae4d5320ea75c54eac6.tar.gz
gentoo-2-744cb0ce29c690421a1deae4d5320ea75c54eac6.tar.bz2
gentoo-2-744cb0ce29c690421a1deae4d5320ea75c54eac6.zip
dont install stupid COPYING file and other cleanups
Diffstat (limited to 'app-emacs/howm')
-rw-r--r--app-emacs/howm/howm-1.1.2.1-r1.ebuild16
-rw-r--r--app-emacs/howm/howm-1.1.2.1.ebuild16
2 files changed, 14 insertions, 18 deletions
diff --git a/app-emacs/howm/howm-1.1.2.1-r1.ebuild b/app-emacs/howm/howm-1.1.2.1-r1.ebuild
index 560dc7c464f4..78de264aac87 100644
--- a/app-emacs/howm/howm-1.1.2.1-r1.ebuild
+++ b/app-emacs/howm/howm-1.1.2.1-r1.ebuild
@@ -1,30 +1,28 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header:
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.1.2.1-r1.ebuild,v 1.2 2004/06/01 14:09:04 vapier Exp $
inherit elisp
-IUSE=""
-
-DESCRIPTION="Howm is a note-taking tool on Emacs"
-SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
+DESCRIPTION="note-taking tool on Emacs"
HOMEPAGE="http://howm.sourceforge.jp/"
+SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="~x86"
SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
DEPEND="virtual/emacs"
SITEFILE="50howm-gentoo.el"
src_compile() {
-
econf --with-docdir=/usr/share/doc/${P} || die
emake < /dev/null || die
}
-src_install () {
-
+src_install() {
emake < /dev/null \
DESTDIR=${D} PREFIX=/usr LISPDIR=${SITELISP}/${PN} install || die
elisp-site-file-install ${FILESDIR}/${SITEFILE} || die
diff --git a/app-emacs/howm/howm-1.1.2.1.ebuild b/app-emacs/howm/howm-1.1.2.1.ebuild
index 1ba16f0d46a0..e43278d9079e 100644
--- a/app-emacs/howm/howm-1.1.2.1.ebuild
+++ b/app-emacs/howm/howm-1.1.2.1.ebuild
@@ -1,30 +1,28 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header:
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/howm/howm-1.1.2.1.ebuild,v 1.2 2004/06/01 14:09:04 vapier Exp $
inherit elisp
-IUSE=""
-
-DESCRIPTION="Howm is a note-taking tool on Emacs"
-SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
+DESCRIPTION="note-taking tool on Emacs"
HOMEPAGE="http://howm.sourceforge.jp/"
+SRC_URI="http://howm.sourceforge.jp/a/${P}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="~x86"
SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
DEPEND="virtual/emacs"
SITEFILE="50howm-gentoo.el"
src_compile() {
-
econf --with-docdir=/usr/share/doc/${P} || die
emake < /dev/null || die
}
-src_install () {
-
+src_install() {
emake < /dev/null \
DESTDIR=${D} PREFIX=/usr LISPDIR=${SITELISP}/${PN} install || die
elisp-site-file-install ${T}/${SITEFILE} || die