summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Kohl <citizen428@gentoo.org>2005-03-02 12:39:08 +0000
committerMichael Kohl <citizen428@gentoo.org>2005-03-02 12:39:08 +0000
commitc13467e0c6490512a7ce51903b25f4e270c5c0b9 (patch)
tree55bfcf4439729abbfa747c29b7e2407ec66bbff9
parentAdded app-office/tpp:figlet (diff)
downloadhistorical-c13467e0c6490512a7ce51903b25f4e270c5c0b9.tar.gz
historical-c13467e0c6490512a7ce51903b25f4e270c5c0b9.tar.bz2
historical-c13467e0c6490512a7ce51903b25f4e270c5c0b9.zip
Initial import. Requested by Adrian Fruehwirth <fruehwia@spengergasse.at> in bug #73938
Package-Manager: portage-2.0.51.18
-rw-r--r--app-office/tpp/ChangeLog11
-rw-r--r--app-office/tpp/Manifest15
-rw-r--r--app-office/tpp/files/digest-tpp-1.1.11
-rw-r--r--app-office/tpp/files/tpp-1.1.1-Makefile.patch24
-rw-r--r--app-office/tpp/metadata.xml5
-rw-r--r--app-office/tpp/tpp-1.1.1.ebuild35
6 files changed, 91 insertions, 0 deletions
diff --git a/app-office/tpp/ChangeLog b/app-office/tpp/ChangeLog
new file mode 100644
index 000000000000..7a8f66ac6a85
--- /dev/null
+++ b/app-office/tpp/ChangeLog
@@ -0,0 +1,11 @@
+# ChangeLog for app-office/tpp
+# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/tpp/ChangeLog,v 1.1 2005/03/02 12:39:08 citizen428 Exp $
+
+*tpp-1.1.1 (02 Mar 2005)
+
+ 02 Mar 2005; Michael Kohl <citizen428@gentoo.org> +metadata.xml,
+ +files/tpp-1.1.1-Makefile.patch, +tpp-1.1.1.ebuild:
+ Initial import. Requested by Adrian Fruehwirth <fruehwia@spengergasse.at> in
+ bug #73938
+
diff --git a/app-office/tpp/Manifest b/app-office/tpp/Manifest
new file mode 100644
index 000000000000..acf8b46292ad
--- /dev/null
+++ b/app-office/tpp/Manifest
@@ -0,0 +1,15 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 75d4015f47059c554ee9e90a045d5b9d tpp-1.1.1.ebuild 707
+MD5 3dd3b1906c628c71d52b1a1f9ad88009 ChangeLog 445
+MD5 b522b82d2c47bc548a6607f0f577ab5e metadata.xml 158
+MD5 a68630d34ea6a5425f0cbb36fb0af210 files/tpp-1.1.1-Makefile.patch 700
+MD5 88742db74aaaa305de59c9405e8f39c5 files/digest-tpp-1.1.1 60
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.0 (GNU/Linux)
+
+iD8DBQFCJbP3/UDVUK2NELYRAnJWAJ9zPlFrKCqFHWct7SVBH9SGNTbYHwCgikcW
+qVCOWKk33UWIsIGJFEMBwGE=
+=rsvP
+-----END PGP SIGNATURE-----
diff --git a/app-office/tpp/files/digest-tpp-1.1.1 b/app-office/tpp/files/digest-tpp-1.1.1
new file mode 100644
index 000000000000..9d58a92167e8
--- /dev/null
+++ b/app-office/tpp/files/digest-tpp-1.1.1
@@ -0,0 +1 @@
+MD5 6fe56942af5e4e8c795994ba19a2cd08 tpp-1.1.1.tar.gz 26822
diff --git a/app-office/tpp/files/tpp-1.1.1-Makefile.patch b/app-office/tpp/files/tpp-1.1.1-Makefile.patch
new file mode 100644
index 000000000000..564e08290456
--- /dev/null
+++ b/app-office/tpp/files/tpp-1.1.1-Makefile.patch
@@ -0,0 +1,24 @@
+--- Makefile 2005-03-02 12:46:07.000000000 +0100
++++ Makefile.new 2005-03-02 13:12:56.657585504 +0100
+@@ -3,15 +3,17 @@
+ #################################################
+
+ BIN = tpp
+-prefix=/usr/local
+-INSPATH= $(prefix)/bin/
+-DOCPATH = $(prefix)/share/doc/tpp
+-MANPATH = $(prefix)/man/man1
++prefix=/usr
++INSPATH= $(DESTDIR)$(prefix)/bin/
++DOCPATH = $(DESTDIR)$(prefix)/share/doc/tpp
++MANPATH = $(DESTDIR)$(prefix)/man/man1
+
+ install :
+ mkdir -p $(DOCPATH)
+ install -m644 CHANGES COPYING README THANKS $(DOCPATH)
++ mkdir -p $(MANPATH)
+ install -m644 doc/tpp.1 $(MANPATH)
++ mkdir -p $(INSPATH)
+ install tpp.rb $(INSPATH)$(BIN)
+ mkdir -p $(DOCPATH)/contrib
+ mkdir -p $(DOCPATH)/examples
diff --git a/app-office/tpp/metadata.xml b/app-office/tpp/metadata.xml
new file mode 100644
index 000000000000..0040b1162894
--- /dev/null
+++ b/app-office/tpp/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+</pkgmetadata>
diff --git a/app-office/tpp/tpp-1.1.1.ebuild b/app-office/tpp/tpp-1.1.1.ebuild
new file mode 100644
index 000000000000..673ab9257e3b
--- /dev/null
+++ b/app-office/tpp/tpp-1.1.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/tpp/tpp-1.1.1.ebuild,v 1.1 2005/03/02 12:39:08 citizen428 Exp $
+
+inherit eutils ruby
+
+DESCRIPTION="An ncurses-based presentation tool."
+HOMEPAGE="http://synflood.at/tpp.html"
+SRC_URI="http://synflood.at/tpp/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="figlet"
+
+USE_RUBY="ruby18"
+
+RDEPEND="virtual/ruby
+ dev-ruby/ncurses-ruby
+ figlet? ( app-misc/figlet )"
+
+src_unpack() {
+ unpack ${A}
+ cd ${S}
+
+ epatch ${FILESDIR}/${P}-Makefile.patch
+}
+
+src_compile() {
+ true
+}
+
+src_install() {
+ make DESTDIR="${D}" install || die "make install failed"
+}