summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Krotkine <dams@gentoo.org>2005-08-17 11:52:48 +0000
committerDamien Krotkine <dams@gentoo.org>2005-08-17 11:52:48 +0000
commita7eddfcb9adcf5c4b155fc3c40972ee052de577e (patch)
treeac1644373fc4bf8c806443454f995659c1e8c984 /app-misc/booh
parentadded dep on ruby-gtk2 ( #102750 ) (diff)
downloadhistorical-a7eddfcb9adcf5c4b155fc3c40972ee052de577e.tar.gz
historical-a7eddfcb9adcf5c4b155fc3c40972ee052de577e.tar.bz2
historical-a7eddfcb9adcf5c4b155fc3c40972ee052de577e.zip
version bump
Package-Manager: portage-2.0.51.19
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.2.ebuild41
-rw-r--r--app-misc/booh/files/digest-booh-0.8.21
4 files changed, 51 insertions, 2 deletions
diff --git a/app-misc/booh/ChangeLog b/app-misc/booh/ChangeLog
index dc89282e8b3d..3998df5a68da 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.10 2005/08/17 11:48:58 dams Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.11 2005/08/17 11:52:48 dams Exp $
+
+*booh-0.8.2 (17 Aug 2005)
+
+ 17 Aug 2005; <dams@gentoo.org> +booh-0.8.2.ebuild:
+ version bump
17 Aug 2005; <dams@gentoo.org> booh-0.8.1.ebuild:
added dep on ruby-gtk2 ( #102750 )
diff --git a/app-misc/booh/Manifest b/app-misc/booh/Manifest
index 4eaef32c0db1..499c9631f62f 100644
--- a/app-misc/booh/Manifest
+++ b/app-misc/booh/Manifest
@@ -1,10 +1,12 @@
MD5 a442f9135a8f2931406426372f6a3ed9 booh-0.7.0.ebuild 1123
-MD5 a5b938310a739bc418c5869eec241e1f ChangeLog 1378
+MD5 b4bcc92950ed175e6693fff1835f5014 ChangeLog 1474
MD5 188ebc998838f7c82012c80790f77c1c metadata.xml 240
MD5 885bb210960a7b2401b063c51fcfda55 booh-0.8.1.ebuild 1143
MD5 5f24fbd64efe9b134f74177a75b8fd73 booh-0.7.1.ebuild 1123
+MD5 cd30fd71b36807e0ce70751ae266853d booh-0.8.2.ebuild 1143
MD5 84c7c1b7a569a543bb1868cae44959aa booh-0.8.0.ebuild 1123
MD5 9f599664f863b34f0825c87c999496d2 files/digest-booh-0.7.0 63
MD5 1cc4f952e3cd9afc4ea44cb6f6f46766 files/digest-booh-0.8.1 63
+MD5 38b8767e3892f96ec098658e9ec4a705 files/digest-booh-0.8.2 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.2.ebuild b/app-misc/booh/booh-0.8.2.ebuild
new file mode 100644
index 000000000000..6026ecc3fb7f
--- /dev/null
+++ b/app-misc/booh/booh-0.8.2.ebuild
@@ -0,0 +1,41 @@
+# 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.2.ebuild,v 1.1 2005/08/17 11:52:48 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=">=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 )
+ 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.2 b/app-misc/booh/files/digest-booh-0.8.2
new file mode 100644
index 000000000000..644e8c39c961
--- /dev/null
+++ b/app-misc/booh/files/digest-booh-0.8.2
@@ -0,0 +1 @@
+MD5 ee96e193da59f6f4737c4c373947e86a booh-0.8.2.tar.bz2 282030