summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Miroslaw <bug@mejor.pl>2010-06-13 17:00:03 +0000
committerMarcin Miroslaw <bug@mejor.pl>2010-06-13 17:00:03 +0000
commit1a347cd4bb975a30682f1b577c91abcde2e75f20 (patch)
treea79a307daaeafcb51d768892e6077c9fdf0d30ef /app-misc
parentAdded aegisub stable ebuild, removed obsolete aegisub ebuild, (diff)
downloadsunrise-1a347cd4bb975a30682f1b577c91abcde2e75f20.tar.gz
sunrise-1a347cd4bb975a30682f1b577c91abcde2e75f20.tar.bz2
sunrise-1a347cd4bb975a30682f1b577c91abcde2e75f20.zip
app-misc/tofu: Bump to 3.0.
svn path=/sunrise/; revision=10692
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tofu/ChangeLog4
-rw-r--r--app-misc/tofu/Manifest6
-rw-r--r--app-misc/tofu/tofu-2.6.ebuild38
-rw-r--r--app-misc/tofu/tofu-3.0.ebuild30
4 files changed, 37 insertions, 41 deletions
diff --git a/app-misc/tofu/ChangeLog b/app-misc/tofu/ChangeLog
index 68a48c8f3..8199a2433 100644
--- a/app-misc/tofu/ChangeLog
+++ b/app-misc/tofu/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jun 2010; Marcin Miroslaw <bug@mejor.pl> -tofu-2.6.ebuild,
+ +tofu-3.0.ebuild:
+ Bump to 3.0.
+
11 Feb 2010; Ulrich Mueller <ulm@gentoo.org> tofu-2.6.ebuild:
License X11 replaced by MIT and removed from portage tree, bug 298556.
diff --git a/app-misc/tofu/Manifest b/app-misc/tofu/Manifest
index acb076ab0..9fb1550fc 100644
--- a/app-misc/tofu/Manifest
+++ b/app-misc/tofu/Manifest
@@ -1,4 +1,4 @@
-DIST tofu-2.6.tar.gz 23826 RMD160 2bf5ac5a43906675b6bc7c54f46b9178ff258a85 SHA1 f9d96894f60d9b033e0fc551f5763c83eaa43459 SHA256 9b89d8be121442a1ff6be9074e96c0a269378bad02398db2964e1f13b6c6eb40
-EBUILD tofu-2.6.ebuild 1130 RMD160 5523747c11b2d5cc1be449b269c1364691c4c7c8 SHA1 bcb2295a045e379be4417a0c85469cd50a6c0376 SHA256 e104d277309496491bc232720c5d3d8fd9d4588fb02827f1f64b8db3e0a90403
-MISC ChangeLog 834 RMD160 b3e1f8f35b87e16af3a5777aacd15b378f4c8dd9 SHA1 7686d8c5d68059b381e0fb51d66be5db57ff5900 SHA256 e12dad5ab3a86d6409de9701f0ece02c719680065b8d4cc9dc98c23e1de01506
+DIST tofu-3.0.tar.gz 24819 RMD160 b94a64e7bdb768392f1a4593f1f44dbb3bdbbd25 SHA1 d60a5f5f6ffc02d62cc1f1fda7ab7e304f89ce18 SHA256 56e8680ec18c0a7e75b58421b4dde24630b68b0821df1bc9b73003801a93323c
+EBUILD tofu-3.0.ebuild 656 RMD160 5444197cf7ce5d336a231c9a1635ed559e1f1f6a SHA1 ea5322af430ba1b3f4ff6b2d14fb59bd0e889a3d SHA256 c62be5f2db8d614f45ce55cb91a13e8981c208b82fb79920f00b5e86078f536c
+MISC ChangeLog 934 RMD160 184c3ce61ecd2189a706958838d510489890cc95 SHA1 d30db8499616241e230c711a7f77e1eac16891d9 SHA256 868d96efb7107e70914d569c323991d340bfcc71740ed36464e9e5e231e55926
MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/app-misc/tofu/tofu-2.6.ebuild b/app-misc/tofu/tofu-2.6.ebuild
deleted file mode 100644
index d19657f80..000000000
--- a/app-misc/tofu/tofu-2.6.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-DESCRIPTION="Plain (stupid) text-based todo manager"
-HOMEPAGE="http://requiescant.tuxfamily.org/tofu/index.html"
-SRC_URI="http://requiescant.tuxfamily.org/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/perl"
-
-# configure script is broken
-src_configure() { :; }
-
-src_install() {
- dodoc CHANGELOG PLAY playground.pl README || die "dodoc failed"
- doman share/* || die "doman failed"
- dobin ${PN} || die "dobin failed"
-}
-
-pkg_postinst() {
- einfo "Once the installation is done, the first thing you should do is to"
- einfo "create in our home a stack, which must be a sub-directory of the "
- einfo "'~/.tofu' directory. Example, initializing the \"project\" stack:"
- einfo ""
- einfo "$ mkdir -p ~/.tofu/project"
- einfo ""
- einfo "Now you are ready to use tofu. To begin, you should read"
- einfo "\"man 1 tofu\" or, if you prefer a concrete approach, follow the"
- einfo "mini-tutorial which is contained in the"
- einfo "/usr/share/doc/${P}/PLAY.bz2 file."
-}
diff --git a/app-misc/tofu/tofu-3.0.ebuild b/app-misc/tofu/tofu-3.0.ebuild
new file mode 100644
index 000000000..8db46c910
--- /dev/null
+++ b/app-misc/tofu/tofu-3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="2"
+
+inherit eutils
+
+DESCRIPTION="Plain (stupid) text-based todo manager"
+HOMEPAGE="http://requiescant.tuxfamily.org/tofu/index.html"
+SRC_URI="http://requiescant.tuxfamily.org/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/perl"
+
+src_configure() { true; }
+
+src_install() {
+ dodoc CHANGELOG README || die "dodoc failed"
+ doman share/* || die "doman failed"
+ dobin ${PN} tofuup || die "dobin failed"
+}
+
+pkg_postinst() {
+ elog "If you are using ${PN}<3.0 you should run tofuup first."
+}