summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-11-05 19:29:05 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-11-05 19:29:05 +0000
commitc676ea5558bf9bd02aa9397693de6f3829798b05 (patch)
treec10129ee9a02b59eb7e2862a1cdf2552e5922c3e /app-misc
parentadded X to DEPEND (diff)
downloadgentoo-2-c676ea5558bf9bd02aa9397693de6f3829798b05.tar.gz
gentoo-2-c676ea5558bf9bd02aa9397693de6f3829798b05.tar.bz2
gentoo-2-c676ea5558bf9bd02aa9397693de6f3829798b05.zip
Version bumps
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gtypist/ChangeLog7
-rw-r--r--app-misc/gtypist/files/digest-gtypist-2.6.21
-rw-r--r--app-misc/gtypist/gtypist-2.6.2.ebuild34
-rw-r--r--app-misc/lcdproc/ChangeLog7
-rw-r--r--app-misc/lcdproc/files/digest-lcdproc-0.4.31
-rw-r--r--app-misc/lcdproc/lcdproc-0.4.3.ebuild47
-rw-r--r--app-misc/muttprint/ChangeLog7
-rw-r--r--app-misc/muttprint/files/digest-muttprint-0.63a1
-rw-r--r--app-misc/muttprint/muttprint-0.63a.ebuild19
9 files changed, 121 insertions, 3 deletions
diff --git a/app-misc/gtypist/ChangeLog b/app-misc/gtypist/ChangeLog
index ce8be8e54d42..0ecf07bddd37 100644
--- a/app-misc/gtypist/ChangeLog
+++ b/app-misc/gtypist/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/gtypist
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.2 2002/10/17 14:16:48 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $
+
+*gtypist-2.6.2 (05 Nov 2002)
+
+ 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
*gtypist-2.5 (7 Apr 2002)
diff --git a/app-misc/gtypist/files/digest-gtypist-2.6.2 b/app-misc/gtypist/files/digest-gtypist-2.6.2
new file mode 100644
index 000000000000..3495c11012e7
--- /dev/null
+++ b/app-misc/gtypist/files/digest-gtypist-2.6.2
@@ -0,0 +1 @@
+MD5 ca8cd4f23d7b1a91d2c3a36596525e81 gtypist-2.6.2.tar.gz 723524
diff --git a/app-misc/gtypist/gtypist-2.6.2.ebuild b/app-misc/gtypist/gtypist-2.6.2.ebuild
new file mode 100644
index 000000000000..f9a7bf72e900
--- /dev/null
+++ b/app-misc/gtypist/gtypist-2.6.2.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gtypist/gtypist-2.6.2.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="GNU Typist (also called gtypist) is a universal typing tutor."
+SRC_URI="mirror://gnu/gtypist/${P}.tar.gz"
+HOMEPAGE="http://www.gnu.org/software/gtypist/gtypist.html"
+IUSE="nls"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=sys-libs/ncurses-5.2"
+
+src_compile() {
+ local myconf
+
+ # gtypist uses a built in gettext
+ use nls && myconf="--enable-nls" || \
+ myconf="--disable-nls"
+
+ # gtypist also produces some Emacs/XEmacs editing modes if
+ # emacs/xemacs is present. if emacs/xemacs is not present then
+ # these emacs modes are not compiled or installed.
+
+ econf ${myconf} || die "./configure failed"
+ emake || die
+}
+
+src_install() {
+ make DESTDIR=${D} install || die
+ dodoc ABOUT-NLS AUTHORS COPYING ChangeLog INSTALL NEWS README TODO THANKS
+}
diff --git a/app-misc/lcdproc/ChangeLog b/app-misc/lcdproc/ChangeLog
index 6b92fed27882..8cc662c6eb7d 100644
--- a/app-misc/lcdproc/ChangeLog
+++ b/app-misc/lcdproc/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/lcdproc
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/ChangeLog,v 1.1 2002/02/01 21:53:08 gbevin Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/ChangeLog,v 1.2 2002/11/05 19:29:05 aliz Exp $
+
+*lcdproc-0.4.3 (05 Nov 2002)
+
+ 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
*lcdproc-0.4.1-r1 (1 Feb 2002)
diff --git a/app-misc/lcdproc/files/digest-lcdproc-0.4.3 b/app-misc/lcdproc/files/digest-lcdproc-0.4.3
new file mode 100644
index 000000000000..1f5322b6c793
--- /dev/null
+++ b/app-misc/lcdproc/files/digest-lcdproc-0.4.3
@@ -0,0 +1 @@
+MD5 77228a346a1f4347eb0db7383c76c988 lcdproc-0.4.3.tar.gz 351458
diff --git a/app-misc/lcdproc/lcdproc-0.4.3.ebuild b/app-misc/lcdproc/lcdproc-0.4.3.ebuild
new file mode 100644
index 000000000000..af9877ecfee0
--- /dev/null
+++ b/app-misc/lcdproc/lcdproc-0.4.3.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/lcdproc-0.4.3.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="lcdproc - displays system status on Matrix-Orbital 20x4 LCD on a serial port."
+SRC_URI="mirror://sourceforge/lcdproc/${P}.tar.gz"
+HOMEPAGE="http://lcdproc.omnipotent.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=sys-apps/baselayout-1.6.4"
+
+src_compile() {
+ econf || die
+ make || die
+}
+
+src_install() {
+ exeinto /usr/local/bin
+ doexe server/LCDd
+ doexe clients/lcdproc/lcdproc
+ doman docs/lcdproc.1
+ dodoc README ChangeLog COPYING INSTALL
+ docinto docs
+ dodoc docs/README.dg* docs/*.txt
+ docinto clients/example
+ dodoc clients/examples/*.pl
+ docinto clients/headlines
+ dodoc clients/headlines/lcdheadlines
+
+ # init.d & conf.d installation
+ exeinto /etc/init.d
+ doexe ${FILESDIR}/lcdproc
+ insinto /etc/conf.d
+ newins ${FILESDIR}/lcdproc.confd lcdproc
+}
+
+pkg_postinst () {
+ rc-update add lcdproc default
+}
+
+pkg_postrm () {
+ rc-update del lcdproc
+}
diff --git a/app-misc/muttprint/ChangeLog b/app-misc/muttprint/ChangeLog
index 9e81f1f2e925..7136bb1c2728 100644
--- a/app-misc/muttprint/ChangeLog
+++ b/app-misc/muttprint/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/muttprint
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/ChangeLog,v 1.2 2002/09/14 21:12:53 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/ChangeLog,v 1.3 2002/11/05 19:29:05 aliz Exp $
+
+*muttprint-0.63a (05 Nov 2002)
+
+ 05 Nov 2002; Daniel Ahlberg <aliz@gentoo.org> :
+ Version bump.
*muttprint-0.62b.ebuild (28 Jul 2002)
diff --git a/app-misc/muttprint/files/digest-muttprint-0.63a b/app-misc/muttprint/files/digest-muttprint-0.63a
new file mode 100644
index 000000000000..40f2f536fa75
--- /dev/null
+++ b/app-misc/muttprint/files/digest-muttprint-0.63a
@@ -0,0 +1 @@
+MD5 4455972e21a5f1d2af6a43bbffdaf6be muttprint-0.63a.tar.gz 724771
diff --git a/app-misc/muttprint/muttprint-0.63a.ebuild b/app-misc/muttprint/muttprint-0.63a.ebuild
new file mode 100644
index 000000000000..ff864eb29194
--- /dev/null
+++ b/app-misc/muttprint/muttprint-0.63a.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/muttprint/muttprint-0.63a.ebuild,v 1.1 2002/11/05 19:29:05 aliz Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="pretty printing of your mails"
+HOMEPAGE="http://muttprint.sf.net/"
+SRC_URI="mirror://sourceforge/muttprint/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND="app-text/tetex"
+
+src_install() {
+ # understanding the install part of the Makefiles.
+ make prefix=${D}/usr docdir=${D}/usr/share/doc/ install || die
+}