Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-cpp/bakery
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/bakery/ChangeLog,v 1.9 2008/06/30 21:19:52 eva Exp $
*bakery-2.4.4 (30 Jun 2008)
30 Jun 2008; Gilles Dartiguelongue
+bakery-2.4.4.ebuild:
bump to 2.4.4, builds with gcc 4.3, remove broken 2.3 version.
30 Jun 2008; Rémi Cardona
-bakery-2.3.15-r1.ebuild, bakery-2.3.18.ebuild:
drop old ebuilds, package was p.masked 45 days ago, tidy up 2.3.18
22 Feb 2007; Piotr Jaroszyński
Transition to Manifest2.
*bakery-2.3.18 (02 May 2006)
02 May 2006; Saleem Abdulrasool
+bakery-2.3.18.ebuild:
Version bump from upstream
*bakery-2.3.15-r1 (02 Jan 2006)
02 Jan 2006; Saleem Abdulrasool
+bakery-2.3.15-r1.ebuild:
Revbump to fix dependencies
02 Jan 2006; Saleem Abdulrasool
Taking over this package, marking myself as maintainer
14 Nov 2005; Luis Medinas
Marked Stable on amd64.
06 Sep 2005; Luis Medinas
Added ~x86 keyword.
*bakery-2.3.15 (02 Sep 2005)
02 Sep 2005; Luis Medinas
+bakery-2.3.15.ebuild:
New Package. Bakery is a C++ Framework for creating GNOME applications using
gtkmm.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST bakery-2.4.4.tar.bz2 382214 RMD160 b1f82904a1c133007d8d79cf5c9a4fd98d6789be SHA1 29a8066b2c1502df30cc20ed59f52dccbde8c22d SHA256 04fccb599d28884214da9a6ed71e195141baa4e48da09c1f80fc2ec5440f02b9
EBUILD bakery-2.4.4.ebuild 1196 RMD160 7459341137a465967c1bdff4775e5b3f791d8ee9 SHA1 4f33da18517dd14a14cdaf009654ea55afed1eb6 SHA256 cb23e9c95b02047b564a0a4158aad2fced49e619f7de8635261b8eb0656f0822
MISC ChangeLog 1496 RMD160 65468790304e35fb1601e4821813f9e154c8fcf5 SHA1 1d52b02cbda293785756d1e8d88f91bd0f38d63b SHA256 bae16893ba34527fed575d97eb1748535dcbe63cee082c3a3bf32abaa89aa7aa
MISC metadata.xml 703 RMD160 5f87c2cb7b1788f22b946b4846f1755af9a1cf73 SHA1 998ba917cb9d08616c523e9435a6597f66760d3a SHA256 51d8ae5ee815aa72cf7b30019f4a9540f810f9dcebda4b9e6af465784e4db818
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkhpTgoACgkQ1fmVwcYIWAZQ8ACfdg11OoVhAOsWo1jhSmnams9m
p6gAoOYi67kNbQOtFavkwF6r3MJiL45V
=++P1
-----END PGP SIGNATURE-----
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/bakery/bakery-2.4.4.ebuild,v 1.1 2008/06/30 21:19:52 eva Exp $
inherit autotools gnome2
DESCRIPTION="Bakery is a C++ Framework for creating GNOME applications using gtkmm."
HOMEPAGE="http://bakery.sourceforge.net/"
LICENSE="GPL-2"
SLOT="2.4"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="doc examples"
RDEPEND=">=dev-cpp/gtkmm-2.10
>=dev-cpp/gconfmm-2.6
>=dev-cpp/libglademm-2.4
>=dev-cpp/libxmlpp-2.8
>=dev-cpp/gnome-vfsmm-2.6"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.25
>=dev-util/pkgconfig-0.12"
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
pkg_setup() {
G2CONF="--disable-option-checking --disable-maemo"
}
src_unpack() {
gnome2_src_unpack
sed -i "/AM_INIT/ a \AM_MAINTAINER_MODE" configure.in || \
die "sed maintainer-mode failed"
# should be configured via configure switch
if ! use examples ; then
sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.am || \
die "sed Makefile.am failed"
fi
eautoreconf
}
src_install() {
gnome2_src_install
use doc && dohtml docs/*.html docs/reference/*.html
}
Bakery is a C++ Application Framework for use with gtkmm.This application
provides a Document/View architecture but it doesn't force you to use the whole
architecture, can use XML as a document storage format, it provides default
functionality, which can be easily customized, makes it easy to start developing
GNOME applications, gives your application structure and contains a few utility
classes.