public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-misc/tpp/
@ 2014-10-23  0:01 Sebastian Pipping
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2014-10-23  0:01 UTC (permalink / raw
  To: gentoo-commits

commit:     fc0cc3c472bd68fc357e90e6b7236a4d6d8f3e46
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Wed Oct 22 22:00:13 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Oct 22 22:00:13 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=fc0cc3c4

app-misc/tpp: 1.3.1

---
 app-misc/tpp/metadata.xml     |  8 ++++++++
 app-misc/tpp/tpp-1.3.1.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 47 insertions(+)

diff --git a/app-misc/tpp/metadata.xml b/app-misc/tpp/metadata.xml
new file mode 100644
index 0000000..16bcc9f
--- /dev/null
+++ b/app-misc/tpp/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer>
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-misc/tpp/tpp-1.3.1.ebuild b/app-misc/tpp/tpp-1.3.1.ebuild
new file mode 100644
index 0000000..dd96302
--- /dev/null
+++ b/app-misc/tpp/tpp-1.3.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="5"
+
+USE_RUBY=( ruby19 )
+inherit ruby-ng
+
+DESCRIPTION="Text presentation program (ncurses-based)"
+HOMEPAGE="http://www.ngolde.de/tpp.html"
+SRC_URI="http://www.ngolde.de/download/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="dev-ruby/ncurses-ruby"
+
+S="${WORKDIR}"/all/${P}
+
+src_prepare() {
+	local ruby=$(ruby_implementation_command ruby19)
+	sed "1c\#! ${ruby}" -i tpp.rb || die
+}
+
+src_compile() {
+	:
+}
+
+src_install() {
+	dodir /usr/bin || die
+	dodir /usr/share/man/man1 || die
+	docompress -x /usr/share/doc/${PN}/examples/
+	docompress -x /usr/share/doc/${PN}/contrib/
+
+	emake prefix="${D}"/usr install
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-23  0:01 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-23  0:01 [gentoo-commits] proj/betagarden:master commit in: app-misc/tpp/ Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox