Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-tex/g-brief
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/g-brief/ChangeLog,v 1.13 2008/05/29 06:16:19 phreak Exp $
29 May 2008; Christian Heim
Removing Lars Weiler (Pylon) from metadata.xml (as per #215644).
05 Feb 2008; Fabian Groffen
Dropped ppc-macos keyword, see you in prefix
12 Mar 2007; Alexandre Buisse
Replaced text-markup by tex as maintaining herd (text-markup split).
05 Feb 2007; Diego Pettenò
Regenerate digest in Manifest2 format.
14 Oct 2005; Aron Griffis
Mark 4.0.1 stable on alpha
03 Apr 2005; Lina Pezzella
Testing ppc-macos. Bug #86077. Thanks to Benjamin Braatz for reporting
17 Oct 2004; Dylan Carlson
stable on amd64.
17 Oct 2004; Mamoru KOMACHI
Blocks >=tetex-2.96.
06 May 2004; Ciaran McCreesh
Added ~sparc, #50249
09 Oct 2003; Lars Weiler
metadata.xml:
Changed Homepage URL.
Masked stable for x86 and ppc.
26 Sep 2003; Mike Gardiner
metadata.xml:
Fixed a bug which was causing the ebuild to halt waiting for input, #28240.
*g-brief-4.0.1 (24 Jul 2003)
24 Jul 2003; Lars Weiler
Initial creation.
g-brief will help you writing formless letters in German and English. It
accepts a lot of additional commands for address, phone, internet-availability
etc.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
DIST g-brief-4.0.1.tar.bz2 24631 RMD160 84039001e442e9ca0cad44872c44f5a4c366f208 SHA1 437a9c3e6835345ed0ae93411c5dd2b78c76bc75 SHA256 c2a3107b51d787338c45e9acf099d70f0427cb72aef71d2977504f2033614af4
EBUILD g-brief-4.0.1.ebuild 842 RMD160 e5e23634e1205a2867b1790fca9f4a686358f93c SHA1 30e4c3c4fad0cc45dba36e622b98da2b99b9693d SHA256 5a5eafaadf03db31ea844d705061944c1642b027dae61748f97631aa319d970f
MISC ChangeLog 1826 RMD160 1a9941ec1e8fafd885198a5a03a130e8dc126f95 SHA1 db235497b44f1bfdf149108f263e00e6da52df97 SHA256 5833ae61b8314a2dfee91de1fc0687d98eb8f0151d6c1771c887e598dfe6d966
MISC metadata.xml 157 RMD160 e666a9e73ee48e70d6fc6ea78049d38b1fcde7c2 SHA1 43a0c32101f0c6ffd8fa1aa620c8032d194a9e3a SHA256 18238fb417d8677a0495cdaba9b043526174ba63b51494b88b10aa7dd903124c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
iEYEARECAAYFAkg+SjkACgkQyuNVb5qfaOZPmgCgzKuphqYHo04RU7RUn264WkPP
oNcAoKKMtMcbQtVdnPZyQb4dS74sKEAw
=uQZH
-----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-tex/g-brief/g-brief-4.0.1.ebuild,v 1.11 2008/02/05 20:29:27 grobian Exp $
inherit latex-package
S=${WORKDIR}/${PN}
# checksum from official ftp site changes frequently so we mirror it
DESCRIPTION="LaTeX styles for formless letters in German or English."
SRC_URI="mirror://gentoo/${P}.tar.bz2"
HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/g-brief/"
LICENSE="LPPL-1.2"
IUSE=""
SLOT="0"
KEYWORDS="alpha amd64 ppc ~sparc x86"
DEPEND="!>=app-text/tetex-2.96"
# we dont need to regenerate the dvis, they come
# in the archive, see bug #28240.
src_install() {
latex-package_src_doinstall styles
dodir /usr/share/doc/${P}
cp *.dvi ${D}/usr/share/doc/${P}
}