diff options
author | Damien Krotkine <dams@gentoo.org> | 2005-07-11 00:28:36 +0000 |
---|---|---|
committer | Damien Krotkine <dams@gentoo.org> | 2005-07-11 00:28:36 +0000 |
commit | a1e31991240f1f2dee8d43d845f129c1619d63ec (patch) | |
tree | f3dfa0e8736c80deb3b6367d493546321161f6fd /app-misc/booh | |
parent | Remove old ebuilds. (diff) | |
download | historical-a1e31991240f1f2dee8d43d845f129c1619d63ec.tar.gz historical-a1e31991240f1f2dee8d43d845f129c1619d63ec.tar.bz2 historical-a1e31991240f1f2dee8d43d845f129c1619d63ec.zip |
version 0.7.1
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'app-misc/booh')
-rw-r--r-- | app-misc/booh/ChangeLog | 7 | ||||
-rw-r--r-- | app-misc/booh/Manifest | 6 | ||||
-rw-r--r-- | app-misc/booh/booh-0.7.1.ebuild | 40 | ||||
-rw-r--r-- | app-misc/booh/files/digest-booh-0.7.1 | 1 |
4 files changed, 51 insertions, 3 deletions
diff --git a/app-misc/booh/ChangeLog b/app-misc/booh/ChangeLog index de2b8c73a18f..4b71db0fbc0b 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.6 2005/06/20 14:10:22 dams Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/booh/ChangeLog,v 1.7 2005/07/11 00:28:36 dams Exp $ + +*booh-0.7.1 (11 Jul 2005) + + 11 Jul 2005; <dams@gentoo.org> +booh-0.7.1.ebuild: + version 0.7.1 *booh-0.7.0 (20 Jun 2005) diff --git a/app-misc/booh/Manifest b/app-misc/booh/Manifest index 5491326fe77c..08fc5ae23ceb 100644 --- a/app-misc/booh/Manifest +++ b/app-misc/booh/Manifest @@ -1,12 +1,14 @@ +MD5 5f24fbd64efe9b134f74177a75b8fd73 booh-0.7.1.ebuild 1123 MD5 985f088d8d5c3c85b38cf24df15e84d6 booh-0.1.0.ebuild 806 -MD5 188ebc998838f7c82012c80790f77c1c metadata.xml 240 -MD5 b16dfe8be0bb1ffdaaf13fd7b6fe8ed3 ChangeLog 895 MD5 e70d40d0a57d195fdc417269fa83f1af booh-0.2.0.ebuild 833 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 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 diff --git a/app-misc/booh/booh-0.7.1.ebuild b/app-misc/booh/booh-0.7.1.ebuild new file mode 100644 index 000000000000..52b6e70d611f --- /dev/null +++ b/app-misc/booh/booh-0.7.1.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.7.1.ebuild,v 1.1 2005/07/11 00:28:36 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.7.1 b/app-misc/booh/files/digest-booh-0.7.1 new file mode 100644 index 000000000000..3d86d6395d68 --- /dev/null +++ b/app-misc/booh/files/digest-booh-0.7.1 @@ -0,0 +1 @@ +MD5 0dae540f1138106690b8d9b8a8966a90 booh-0.7.1.tar.bz2 172608 |