summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2006-01-30 22:09:02 +0000
committerDamien Krotkine <dams@gentoo.org>2006-01-30 22:09:02 +0000
commit3647aeb038371d3f0afc092f3227504137974c9e (patch)
treebaf8b2cdbe568e14e276b1fddc1c6903605a86af /app-misc
parentStable on x86. (diff)
downloadgentoo-2-3647aeb038371d3f0afc092f3227504137974c9e.tar.gz
gentoo-2-3647aeb038371d3f0afc092f3227504137974c9e.tar.bz2
gentoo-2-3647aeb038371d3f0afc092f3227504137974c9e.zip
version bump
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/booh/ChangeLog9
-rw-r--r--app-misc/booh/Manifest4
-rw-r--r--app-misc/booh/booh-0.8.5.ebuild40
-rw-r--r--app-misc/booh/files/digest-booh-0.8.51
4 files changed, 51 insertions, 3 deletions
diff --git a/app-misc/booh/ChangeLog b/app-misc/booh/ChangeLog
index 58105d052cee..6275c01c9917 100644
--- a/app-misc/booh/ChangeLog
+++ b/app-misc/booh/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/booh
-# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.13 2005/12/01 23:02:30 dams Exp $
+# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.14 2006/01/30 22:09:02 dams Exp $
+
+*booh-0.8.5 (30 Jan 2006)
+
+ 30 Jan 2006; Damien Krotkine <dams@gentoo.org> +booh-0.8.5.ebuild:
+ version bump
*booh-0.8.4 (01 Dec 2005)
diff --git a/app-misc/booh/Manifest b/app-misc/booh/Manifest
index 9dd563ebd4f0..38e325448e60 100644
--- a/app-misc/booh/Manifest
+++ b/app-misc/booh/Manifest
@@ -3,13 +3,15 @@ MD5 5616cb8abda5e400adcf92ca147d2704 booh-0.8.2.ebuild 1156
MD5 e73b9fa87e823c1c0e78e3fd3e9cee32 booh-0.8.3.ebuild 1121
MD5 a442f9135a8f2931406426372f6a3ed9 booh-0.7.0.ebuild 1123
MD5 188ebc998838f7c82012c80790f77c1c metadata.xml 240
-MD5 f04d2739c61bf6febd26bac8dd743838 ChangeLog 1726
+MD5 0ad98027dafe803ab4499641e98cae13 ChangeLog 1838
MD5 84c7c1b7a569a543bb1868cae44959aa booh-0.8.0.ebuild 1123
MD5 cde87cd406a734b20d0a979f316fc3a2 booh-0.8.1.ebuild 1156
MD5 008c28b9c1b68b937f1f355b49595403 booh-0.8.4.ebuild 1121
+MD5 c58c9055f7479471ae5163596322c9b8 booh-0.8.5.ebuild 1121
MD5 38b8767e3892f96ec098658e9ec4a705 files/digest-booh-0.8.2 63
MD5 8394f0ea0d46f2b4ea42e8ddd61215db files/digest-booh-0.8.3 63
MD5 c63407911f97b5d0b9481e00cc9d4f8f files/digest-booh-0.8.4 63
+MD5 6af759d5ce1e593f558ae9fcf956fd36 files/digest-booh-0.8.5 63
MD5 9f599664f863b34f0825c87c999496d2 files/digest-booh-0.7.0 63
MD5 cd56837d8ed051322647ef10af1f1d04 files/digest-booh-0.7.1 63
MD5 10e160bc18982d382e48f23114453953 files/digest-booh-0.8.0 63
diff --git a/app-misc/booh/booh-0.8.5.ebuild b/app-misc/booh/booh-0.8.5.ebuild
new file mode 100644
index 000000000000..f159a8d0eb05
--- /dev/null
+++ b/app-misc/booh/booh-0.8.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.8.5.ebuild,v 1.1 2006/01/30 22:09:02 dams Exp $
+
+DESCRIPTION="Static HTML photo album generator"
+HOMEPAGE="http://www.zarb.org/~gc/html/booh.html"
+SRC_URI="http://www.zarb.org/~gc/resource/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~ppc"
+IUSE="gtk transcode encode"
+
+DEPEND=">=dev-ruby/ruby-gtk2-0.12.0
+ >=dev-lang/ruby-1.8.2
+ >=dev-ruby/ruby-gettext-0.8.0
+ gtk? ( >=dev-ruby/ruby-gtk2-0.12.0
+ >=x11-libs/gtk+-2.6.0 )
+ >=media-gfx/imagemagick-6.2.0.4
+ transcode? ( media-video/transcode )
+ encode? ( media-video/mplayer )"
+
+src_compile() {
+ if ! use gtk; then
+ rm bin/booh-gui
+ fi
+ ruby setup.rb config
+ ruby setup.rb setup
+ cd ext
+ ruby extconf.rb
+ make
+}
+
+src_install() {
+ ruby setup.rb install --prefix="${D}"
+ cd ext
+ make install DESTDIR=${D} libdir=${D}/`ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']"` archdir=${D}/`ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']"`
+ cd ..
+ dodoc AUTHORS INTERNALS README VERSION THEMES
+}
diff --git a/app-misc/booh/files/digest-booh-0.8.5 b/app-misc/booh/files/digest-booh-0.8.5
new file mode 100644
index 000000000000..82bcd3bd90ce
--- /dev/null
+++ b/app-misc/booh/files/digest-booh-0.8.5
@@ -0,0 +1 @@
+MD5 58d0a91776fcc0ff08eee70194e75541 booh-0.8.5.tar.bz2 387073