Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-cpp/bakery
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/bakery/ChangeLog,v 1.12 2009/03/06 14:54:08 dev-zero Exp $
*bakery-2.6.3 (06 Mar 2009)
06 Mar 2009; Tiziano Müller
+bakery-2.6.3.ebuild:
Version bump. Dropped old.
15 Jan 2009; Peter Alfredsen
Compnerd retired.
*bakery-2.6.2 (05 Jan 2009)
05 Jan 2009; Gilles Dartiguelongue
Bump to 2.6.2.
*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.
DIST bakery-2.4.4.tar.bz2 382214 RMD160 b1f82904a1c133007d8d79cf5c9a4fd98d6789be SHA1 29a8066b2c1502df30cc20ed59f52dccbde8c22d SHA256 04fccb599d28884214da9a6ed71e195141baa4e48da09c1f80fc2ec5440f02b9
DIST bakery-2.6.3.tar.bz2 1502637 RMD160 41089a0c9664933a9d67f97cf1d05d70d4038961 SHA1 a379f36983b203c3759a05d49253fbe2c4d2bd60 SHA256 7e9cfb3a6b44fd09591ed1da1caa101591959841bb3f2802b19854dbd7a20433
EBUILD bakery-2.4.4.ebuild 1196 RMD160 7459341137a465967c1bdff4775e5b3f791d8ee9 SHA1 4f33da18517dd14a14cdaf009654ea55afed1eb6 SHA256 cb23e9c95b02047b564a0a4158aad2fced49e619f7de8635261b8eb0656f0822
EBUILD bakery-2.6.3.ebuild 1115 RMD160 f44a4ccbbb9ac7b45b44adf349176bbb13f88ff3 SHA1 086539b48683ddd2c79232e472071121e90bc280 SHA256 60f96f428d64d2b349680f292017f55858898023df9d216dbde487e0d62f5f00
MISC ChangeLog 1871 RMD160 05ae92df8820d7436acc79538183848d13e767fe SHA1 872038790463c879998c314b996f60fc0e77a28e SHA256 94bb3fa1af49a4ee3d0c8d5f1187101d09b5f0481e27bf7fe6610092638bfc6f
MISC metadata.xml 609 RMD160 38f4d3cd835c709cd7bec059eaf3ec795a0983ca SHA1 a9b4f0a75018ae2b4737ceddb495fd541769e82a SHA256 fb11f37ce14c23132a9c8dcae867032be19761a19ff77ef56e54ea08dfdf0a75
# 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
}
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/bakery/bakery-2.6.3.ebuild,v 1.1 2009/03/06 14:54:08 dev-zero Exp $
EAPI="2"
inherit gnome2
DESCRIPTION="Bakery is a C++ Framework for creating GNOME applications using gtkmm."
HOMEPAGE="http://bakery.sourceforge.net/"
LICENSE="GPL-2"
SLOT="2.6"
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.6
>=dev-cpp/glibmm-2.16"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.25
>=dev-util/pkgconfig-0.12"
DOCS="AUTHORS ChangeLog NEWS README"
src_prepare() {
gnome2_src_prepare
# should be configured via configure switch
if ! use examples ; then
sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || \
die "sed Makefile.am failed"
fi
}
src_configure() {
G2CONF="${G2CONF} --disable-option-checking --disable-maemo"
gnome2_src_configure
}
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.