Portage is a package management system used by Gentoo Linux
# ChangeLog for app-arch/gtk-splitter
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/ChangeLog,v 1.14 2008/07/15 13:31:36 armin76 Exp $
15 Jul 2008; Raúl Porcel
gtk-splitter-2.2.1.ebuild:
x86 stable, remove old
14 Jul 2008; nixnut
Stable on ppc wrt bug 231076
08 Jul 2008; Kenneth Prugh
gtk-splitter-2.2.1.ebuild:
amd64 stable, bug #231076
*gtk-splitter-2.2.1 (20 May 2008)
20 May 2008; Samuli Suominen
Version bump wrt #222827.
21 Sep 2006;
stable on amd64
21 Sep 2006; Tobias Scherbaum
gtk-splitter-2.2.ebuild:
ppc stable, bug #148319
20 Sep 2006;
Stable on x86, bug #148319.
18 Dec 2004; Simon Stelling
was testing for a long time, marking stable on amd64
28 Aug 2004;
added ~amd64
03 Jun 2004; David Holm
Added to ~ppc.
01 Jun 2004; Michael Sterrett
gtk-splitter-2.2.ebuild:
LICENSE fix; tidy
*gtk-splitter-2.2 (01 Jun 2004)
01 Jun 2004; Mike Frysinger
Initial import. Ebuild submitted by Hendrik Brandt #48508.
DIST gtk-splitter-2.2.1.tar.gz 93515 RMD160 e618998bbf17ac290fb4b938dcdaf8538de928f1 SHA1 65fba89c08296033d7e0fd4fc500bb5de9675295 SHA256 4f485c78ccd3d2f6353d751db3c1fc6cbd8f8ca4e99d2db0b284804acd3f37a9
EBUILD gtk-splitter-2.2.1.ebuild 888 RMD160 47a60bc389dc9c5b713b515f51640a934e8150ff SHA1 d6369c249f2deab2fc808553c1a7f51649588511 SHA256 e8523ab632e738eddb36d10b13f4327b31dee59d588979d011a3e540138b8384
MISC ChangeLog 1519 RMD160 f46fbb23c0372307648d391e44bd5bda241130aa SHA1 eeb904ddd319fe3f5d4269a65c9d34b1aef002e9 SHA256 11e24eb63a8747bd8533f5a8d4caca448404074b595b9abf157cf1bbd22bdacd
MISC metadata.xml 272 RMD160 6a049349b0f366b549eb27f25d815c5e225ca7f4 SHA1 51428b4dd3a74cf39ced1966c61e40d064fd17d1 SHA256 e0b5983ac1d7ac2cfd7c688df33365f9c545cbb23a9d1a535a49d145864e2878
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/gtk-splitter/gtk-splitter-2.2.1.ebuild,v 1.4 2008/07/15 13:31:36 armin76 Exp $
DESCRIPTION="split/combine files !"
HOMEPAGE="http://gtk-splitter.sourceforge.net"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="crypt"
RDEPEND=">=x11-libs/gtk+-2
crypt? ( >=app-crypt/mhash-0.8 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig"
src_compile() {
econf || die "econf failed."
if ! use crypt ; then
# stupid configure script only autodetects
sed -i \
-e 's:-lmhash::' \
-e 's:-DHAVE_LIBMHASH=1::' \
src/Makefile
fi
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" docdir="/usr/share/doc/${PF}" \
install || die "make install failed."
prepalldocs
}