Portage is a package management system used by Gentoo Linux
# ChangeLog for app-arch/guitar
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/guitar/ChangeLog,v 1.19 2008/05/19 14:14:39 drac Exp $
19 May 2008; Samuli Suominen
guitar-0.1.4.ebuild:
Pass --disable-gnome since it's for GNOME 1.x libs. Removed USE gnome.
29 Aug 2007; Christian Heim
Removing agriffis from metadata due to his retirement (see #182294 for
reference).
21 Feb 2007; Piotr JaroszyĆski
Transition to Manifest2.
18 Dec 2004; Simon Stelling
was testing for a long time, marking stable on amd64
20 Aug 2004; Seemant Kulleen
it depends specifically on the 1.2 branch of GTK+, as pointed out by: Chris
Dellin
07 Jul 2004; Tom Martin
Added ~amd64 keyword.
25 Apr 2004; Aron Griffis
Add die following econf for bug 48950
06 Dec 2002; Rodney Rees
*guitar-0.1.4 (21 May 2002)
28 Mar 2003; Pieter Van den Abeele
changed to ppc
22 Jan 2003; Jon Nall
changed to ~ppc after qualifying rar with x86? bug #14360
20 Jan 2003; Jon Nall
changed to -ppc since app-arch/rar is x86 binary only
31 Dec 2002; Joshua Brindle
changed sparc to -sparc because dependancy app-arch/rar is x86 binary only
17 Oct 2002; Daniel Ahlberg
Added IUSE.
21 May 2002; J.Alberto S.L.
First relase, gnome USE don't works.
26 May 2002: J.Alberto S.L.
Fixed problem with gnome. Thanks Seemant.
DIST guiTAR-0.1.4.tar.gz 124369 RMD160 b0089b4b0cc2135d8f24e60c73413bf89dad7dab SHA1 5321e333cc8000bb0cb20cbafcc77060ca53abe2 SHA256 8bb3b7c6889516058683f127b47a79dc068dc050173dd5d57a72d2ed88d9e4f2
EBUILD guitar-0.1.4.ebuild 1058 RMD160 fbf3fd96ca89f9c1f43cd6f6c70cd7ccf80af298 SHA1 f47f5d8bd3b0baa8e135483b821f7b3661f4814c SHA256 1167f73f57cf11bfbf98922532d8e47187770ee02c8c4c879a6fb5f4ca2a1c8c
MISC ChangeLog 2052 RMD160 2c17ba190ed0877ff32fd020f51a96cfe8befa70 SHA1 159c7b2f7303b7a63f3753648de02423d6425f44 SHA256 fa10e0af3c072cb20b0f5e3bd67d4fb6e677be61f397016dea81827301395d40
MISC metadata.xml 382 RMD160 a1bd77c7a611d384b8c9ee8fa3100fbe39eedd34 SHA1 7f9f29116dae387ea38106082e48b10f19ff2ee5 SHA256 68a1ec41905bc1f723c5d1191cf01c9cac4bc241325a1f1b6cfbcd01281dc8c7
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/guitar/guitar-0.1.4.ebuild,v 1.29 2008/05/19 14:14:39 drac Exp $
inherit eutils toolchain-funcs
MY_P=guiTAR-${PV}
DESCRIPTION="Extraction tool, supports tar, tar.Z, tar.gz, tar.bz2, lha, lzh, rar, arj, zip, and slp formats"
# No HOMEPAGE available. Debian has this left in oldstable.
HOMEPAGE="http://packages.debian.org/sarge/guitar"
SRC_URI="mirror://gentoo/${MY_P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="=x11-libs/gtk+-1.2*
app-arch/tar
app-arch/bzip2
app-arch/gzip
app-arch/zip
app-arch/unzip"
S=${WORKDIR}/${MY_P}
src_compile() {
tc-export CC
# Disable GNOME 1.x library support.
econf --disable-gnome
emake || die "emake failed."
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS BUGS NEWS README TODO
newicon src/icon.xpm guiTAR.xpm
make_desktop_entry ${PN} "Graphical User Interface for TAR" guiTAR
}
A Extraction tool that supports tar, tar.Z, tar.gz, tar.bz2, lha, lzh,
rar, arj, zip and slp formats.