Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-util/crow-designer
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/crow-designer/ChangeLog,v 1.9 2008/04/19 20:05:08 pva Exp $
*crow-designer-2.11.3 (19 Apr 2008)
19 Apr 2008; Peter Volkov
Version bump.
18 Jan 2008;
crow-designer-2.11.2.ebuild:
Fixed missing dependency. Clean old.
*crow-designer-2.11.2 (21 Dec 2007)
21 Dec 2007;
+crow-designer-2.11.2.ebuild:
Version bump. Remove old.
*crow-designer-2.11.1 (01 Sep 2007)
01 Sep 2007;
+crow-designer-2.11.1.ebuild:
Version bump. License change: GPL-2 -> MIT.
*crow-designer-2.11.0 (22 Jul 2007)
22 Jul 2007;
Version bump.
13 May 2007; Thilo Bangert
fix herd
27 Feb 2007;
Homepage changed on crow-designer.sourceforge.net.
*crow-designer-2.8.1 (26 Oct 2006)
26 Oct 2006; Peter Volkov
+crow-designer-2.8.1.ebuild:
Version bump. This package was previously called gideon.
07 Sep 2006; Peter Volkov
Added ~amd64 keyword, as noted by upstream developer Maxim Udushlivy.
*gideon-2.8.0 (30 Aug 2006)
30 Aug 2006; Peter Volkov
+gideon-2.8.0.ebuild:
Initial import. Another gtk+ GUI building tool comes to portage.
DIST crow-2.11.2.tar.bz2 369613 RMD160 cb2913514d9244835314b13fac549254003ff75d SHA1 fa6d0558d068b0a855f5b391b6734e5a67c4dafb SHA256 e66e7d660850f196e37ee1a9d2e35fbe628179572a3df95e36ea462f0984b732
DIST crow-2.11.3.tar.bz2 375429 RMD160 f91f651388ddc7b6fb15014d6de4e4b9e46f8d05 SHA1 7e9d7054f347809f8c48224e9a307dcf7bb7a7a3 SHA256 bada305ea81aef635a2e3661e561a514d816f8bef0ce7d4526c0e476387304db
EBUILD crow-designer-2.11.2.ebuild 860 RMD160 97e7772c09ef7ad7f0f1885b7d6a1e994fe57424 SHA1 dfb0dc9e631cd7fcff9fb1c1cacabf43a07d8718 SHA256 588a288cbaaf02e5a49fc5f04b17f31c13870c117317dcbbb6ef6bd5cdbd0a83
EBUILD crow-designer-2.11.3.ebuild 960 RMD160 4c4cd4e9b22f799143f1c2aefba02580c7b19516 SHA1 9d1bf44417965132381cc2458951d632ca4ffc63 SHA256 0324383e6da0a2199ab1e81a07b656d536eac955d3c6c221f441862df2d5ccf5
MISC ChangeLog 1626 RMD160 3592edbe9cc934dc7470df9901914e303e6fba99 SHA1 621762a2d9b6dad39cc8bde30415c0bff7131d1d SHA256 bb4ee9965c566b7ad273564c327444190a6385da9242e931382029d0f4ced571
MISC metadata.xml 862 RMD160 315e29b164725da7e80faa9c2ab903b6cbc93c9f SHA1 2b1a48b4c2dec95584e1e8f37085942b7c3f59a3 SHA256 92f24c71eaa081c5fa0544db24f50993fd1561b5574c8cf55cfd4bcee58010bc
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/crow-designer/crow-designer-2.11.2.ebuild,v 1.2 2008/01/18 14:34:46 pva Exp $
DESCRIPTION="GTK+ GUI building tool"
HOMEPAGE="http://crow-designer.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/crow-${PV}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=">=x11-libs/gtk+-2.10.0
>=dev-libs/guiloader-2.10.0
>=dev-libs/guiloader-c++-2.10.0
>=dev-cpp/gtkmm-2.10.0
>=dev-libs/dbus-glib-0.70
x11-misc/xdg-utils"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/crow-${PV}
src_compile() {
econf || die "configuration failed"
emake || die "compilation failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS README NEWS
}
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/crow-designer/crow-designer-2.11.3.ebuild,v 1.1 2008/04/19 20:05:08 pva Exp $
inherit eutils
DESCRIPTION="GTK+ GUI building tool"
HOMEPAGE="http://crow-designer.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/crow-${PV}.tar.bz2"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
RDEPEND=">=dev-libs/guiloader-2.12
>=dev-libs/guiloader-c++-2.12
>=dev-libs/dbus-glib-0.74
x11-misc/xdg-utils"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
S=${WORKDIR}/crow-${PV}
pkg_setup() {
built_with_use dev-cpp/gtkmm accessibility || die \
"${PN} requires dev-cpp/gtkmm built with accessibility USE flag."
}
src_compile() {
econf || die "configuration failed"
emake || die "compilation failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS README NEWS
}
Gideon is a modern GUI builder for GTK+ toolkit. It is an advanced
IDE-embeddable RAD tool designed to fulfil l the needs of desktop
programmers who want to create multi-platform GTK+ based applications
with minimal GUI coding. Gideon is full-featured yet elegant: its
innovative Property Explorer solves many GUI constructing t asks in a
versatile manner without additional popup dialogs. The project is
targeted to develop a tool that i s coherent and highly productive for
experienced GTK+ users as well as simple and accessible for newcomers.