summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2005-07-31 17:00:30 +0000
committerDamien Krotkine <dams@gentoo.org>2005-07-31 17:00:30 +0000
commitf35969acfeac19ed83c4e3e1ebaee65a7ae63293 (patch)
tree218140205d34dbb238383963d46a65c0adc32244 /app-misc/booh
parentppc stable, #100398 (diff)
downloadhistorical-f35969acfeac19ed83c4e3e1ebaee65a7ae63293.tar.gz
historical-f35969acfeac19ed83c4e3e1ebaee65a7ae63293.tar.bz2
historical-f35969acfeac19ed83c4e3e1ebaee65a7ae63293.zip
version bump
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'app-misc/booh')
-rw-r--r--app-misc/booh/ChangeLog7
-rw-r--r--app-misc/booh/Manifest4
-rw-r--r--app-misc/booh/booh-0.8.0.ebuild40
-rw-r--r--app-misc/booh/files/digest-booh-0.8.01
4 files changed, 50 insertions, 2 deletions
diff --git a/app-misc/booh/ChangeLog b/app-misc/booh/ChangeLog
index 4b71db0fbc0b..0a9f545eee5d 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.7 2005/07/11 00:28:36 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.8 2005/07/31 17:00:30 dams Exp $
+
+*booh-0.8.0 (31 Jul 2005)
+
+ 31 Jul 2005; <dams@gentoo.org> +booh-0.8.0.ebuild:
+ version bump
*booh-0.7.1 (11 Jul 2005)
diff --git a/app-misc/booh/Manifest b/app-misc/booh/Manifest
index 08fc5ae23ceb..c8a8d23c83b2 100644
--- a/app-misc/booh/Manifest
+++ b/app-misc/booh/Manifest
@@ -5,10 +5,12 @@ MD5 36bc02d42393a45911b8ec972036fe1a booh-0.3.0.ebuild 904
MD5 038859d490a0abe571e11f7ae9abeeb8 booh-0.5.0.ebuild 911
MD5 a442f9135a8f2931406426372f6a3ed9 booh-0.7.0.ebuild 1123
MD5 188ebc998838f7c82012c80790f77c1c metadata.xml 240
-MD5 e7215198098bdc1213872ff1777a133f ChangeLog 992
+MD5 2d36ca991cfee2e21558b5d37b890495 ChangeLog 1088
+MD5 84c7c1b7a569a543bb1868cae44959aa booh-0.8.0.ebuild 1123
MD5 30c9a476ea8e72c7cb5ee9e046c20fd5 files/digest-booh-0.1.0 62
MD5 d9c3882ab06e096bc720d0f9e7ad44ea files/digest-booh-0.2.0 62
MD5 5d5ab68b64025ba67a81c71a0e43d44f files/digest-booh-0.3.0 62
MD5 0d50be41420bbb1ceb6deabbfa0d097d files/digest-booh-0.5.0 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.0.ebuild b/app-misc/booh/booh-0.8.0.ebuild
new file mode 100644
index 000000000000..569df6b4de5d
--- /dev/null
+++ b/app-misc/booh/booh-0.8.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/booh-0.8.0.ebuild,v 1.1 2005/07/31 17:00:30 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 exif"
+
+DEPEND=">=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 )
+ exif? ( media-gfx/exif )"
+
+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.0 b/app-misc/booh/files/digest-booh-0.8.0
new file mode 100644
index 000000000000..85158396a29f
--- /dev/null
+++ b/app-misc/booh/files/digest-booh-0.8.0
@@ -0,0 +1 @@
+MD5 b07a8fb42d3092e2a477ad95c274e57e booh-0.8.0.tar.bz2 278154