summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-04-06 20:41:48 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-04-06 20:41:48 +0000
commit7c452e48e14aa75ddfbe5638eacfb9fffe8799ca (patch)
treeb333225d9afc67944e2e2ccb4d53300c0f4189e0
parentVersion bump (diff)
downloadgentoo-2-7c452e48e14aa75ddfbe5638eacfb9fffe8799ca.tar.gz
gentoo-2-7c452e48e14aa75ddfbe5638eacfb9fffe8799ca.tar.bz2
gentoo-2-7c452e48e14aa75ddfbe5638eacfb9fffe8799ca.zip
stable x86, revamped ebuild a bit (DESCRIPTION adjusted, removed virtual/emacs from DEPEND, removed src_compile, latter two are handled in elisp.eclass) and clean up
(Portage version: 2.1.2.2)
-rw-r--r--app-emacs/tnt/ChangeLog8
-rw-r--r--app-emacs/tnt/files/digest-tnt-2.43
-rw-r--r--app-emacs/tnt/tnt-2.4.ebuild39
-rw-r--r--app-emacs/tnt/tnt-2.6.ebuild19
4 files changed, 15 insertions, 54 deletions
diff --git a/app-emacs/tnt/ChangeLog b/app-emacs/tnt/ChangeLog
index 13ae1b616287..9f9342cd2c53 100644
--- a/app-emacs/tnt/ChangeLog
+++ b/app-emacs/tnt/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-emacs/tnt
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.7 2007/01/28 04:33:20 genone Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/ChangeLog,v 1.8 2007/04/06 20:41:48 opfer Exp $
+
+ 06 Apr 2007; Christian Faulhammer <opfer@gentoo.org> -tnt-2.4.ebuild,
+ tnt-2.6.ebuild:
+ stable x86, revamped ebuild a bit (DESCRIPTION adjusted, removed
+ virtual/emacs from DEPEND, removed src_compile, latter two are handled in
+ elisp.eclass) and clean up
28 Jan 2007; Marius Mauch <genone@gentoo.org> tnt-2.4.ebuild:
Replacing einfo with elog
diff --git a/app-emacs/tnt/files/digest-tnt-2.4 b/app-emacs/tnt/files/digest-tnt-2.4
deleted file mode 100644
index f6bf25eb052b..000000000000
--- a/app-emacs/tnt/files/digest-tnt-2.4
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 e0752f5c44935a45267d1c8aa4fceb6e tnt-2.4.tar.gz 78402
-RMD160 cae84da7093809acd625b3957f269d799a4328c8 tnt-2.4.tar.gz 78402
-SHA256 7915bedb6d9c5b6c8e1e737be05dbb2825e28c32baecbc122da4b1ec073c3cf1 tnt-2.4.tar.gz 78402
diff --git a/app-emacs/tnt/tnt-2.4.ebuild b/app-emacs/tnt/tnt-2.4.ebuild
deleted file mode 100644
index 30b6a945e39c..000000000000
--- a/app-emacs/tnt/tnt-2.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.4.ebuild,v 1.9 2007/01/28 04:33:20 genone Exp $
-
-inherit elisp
-
-IUSE=""
-
-DESCRIPTION="Client for the AOL Instant Messenging service using the Emacs text editor as it's UI."
-HOMEPAGE="http://tnt.sourceforge.net/"
-SRC_URI="mirror://sourceforge/tnt/${P}.tar.gz"
-LICENSE="as-is"
-SLOT="0"
-KEYWORDS="~amd64 x86"
-
-DEPEND="virtual/emacs"
-
-src_compile() {
- make clean && make || die
-}
-
-src_install() {
- elisp-install ${PN} *.el *.elc
- elisp-site-file-install ${FILESDIR}/50tnt-gentoo.el
- dodoc ChangeLog INSTALL PROTOCOL README TODO
-}
-
-pkg_postinst() {
- elisp-site-regen
- elog
- elog "See /usr/share/doc/${P}/README.gz for how to use TNT"
- elog "Use the following to start TNT:"
- elog " M-x tnt RET"
- elog
-}
-
-pkg_postrm() {
- elisp-site-regen
-}
diff --git a/app-emacs/tnt/tnt-2.6.ebuild b/app-emacs/tnt/tnt-2.6.ebuild
index 00fb16395388..686256d0daf3 100644
--- a/app-emacs/tnt/tnt-2.6.ebuild
+++ b/app-emacs/tnt/tnt-2.6.ebuild
@@ -1,28 +1,25 @@
-# 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/tnt/tnt-2.6.ebuild,v 1.1 2006/06/25 17:38:00 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tnt/tnt-2.6.ebuild,v 1.2 2007/04/06 20:41:48 opfer Exp $
inherit elisp
IUSE=""
-DESCRIPTION="Client for the AOL Instant Messenging service using the Emacs text editor as it's UI."
+DESCRIPTION="Client for the AOL Instant Messenging service using the Emacs text editor as its UI."
HOMEPAGE="http://tnt.sourceforge.net/"
SRC_URI="mirror://sourceforge/tnt/${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
+SITEFILE=51tnt-gentoo.el
-DEPEND="virtual/emacs"
-
-src_compile() {
- elisp-comp *.el
-}
+DEPEND=""
src_install() {
elisp-install ${PN} *.{el,elc}
- elisp-site-file-install ${FILESDIR}/51tnt-gentoo.el
- insinto $SITELISP/tnt/sounds
+ elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+ insinto "$SITELISP/tnt/sounds"
doins sounds/*
dodoc ChangeLog INSTALL PROTOCOL README
insinto /usr/share/doc/${PF}/procmail