Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/boxes
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.20 2008/03/27 19:25:08 nixnut Exp $
27 Mar 2008; nixnut
Stable on ppc wrt bug 214931
27 Mar 2008; Markus Rothe
Stable on ppc64; bug #214931
27 Mar 2008; Kenneth Prugh
amd64 stable, bug #214931
26 Mar 2008; Raúl Porcel
alpha/sparc/x86 stable, add ~ia64
*boxes-1.1 (30 Mar 2007)
30 Mar 2007; Ryan Hill
+files/boxes-1.1-Makefile.patch, +boxes-1.1.ebuild:
Version bump, bug #142476.
18 Jan 2007; Ryan Hill
+files/boxes-1.0.1-Makefile.patch, +files/boxes-1.0.1-flex.patch,
-files/boxes-1.0.1-gentoo.diff, boxes-1.0.1.ebuild:
Fix bug with recent flex versions breaking build for bug #137223. Also patch
Makefile to pass proper CFLAGS and not prestrip binaries.
21 Apr 2005; Simon Stelling
stable on amd64
31 Oct 2004; Ciaran McCreesh
Stable on sparc, mips
21 Oct 2004; Aaron Walker
update metadata (no-herd => shell-tools)
19 Sept 2004; Tom Gall
stable on ppc64, bug #63659
10 Jul 2004; Tom Martin
Marked ~amd64, fixed SRC_URI and HOMEPAGE.
28 Jun 2004; Ciaran McCreesh
Added ~sparc, ~mips
07 Jun 2004; Daniel Black
boxes-1.0.1.ebuild:
QA - IUSE fix
14 Mar 2004; Michael Sterrett
Don't assign default to S; header fix
06 Aug 2003; Aron Griffis
Mark stable on alpha
*boxes-1.0.1 (1 Feb 2002)
07 Aug 2002; Calum Selkirk
Added ppc to KEYWORDS.
1 Feb 2002; G.Bevin
Added initial ChangeLog which should be updated whenever the package is
updated in any way. This changelog is targetted to users. This means that the
comments should well explained and written in clean English. The details about
writing correct changelogs are explained in the skel.ChangeLog file which you
can find in the root directory of the portage repository.
AUX boxes-1.0.1-Makefile.patch 1506 RMD160 54ca6a4bc520353cd14a6f19371c9b811444f20b SHA1 73f98d25a2437df8a7d371a1ce4246c02a6f0551 SHA256 b5784202767ac9cb91772df95a14cc736da67ddf08c098a2d94599cbf92234fa
AUX boxes-1.0.1-flex.patch 733 RMD160 d9160f2c5566ff6e75f829b354404f6823fb86f4 SHA1 12afa0ed52217a916f357d7baeca3e3d25b28ce2 SHA256 cd4886260be3b8444689c3109588e6caa4ff8dd86a0f6e709d5e317c6b121a6f
AUX boxes-1.1-Makefile.patch 1455 RMD160 19bd08d2f0ceeb97fc7ce046f76cd4d6f75d6388 SHA1 7a60d9d80baba5ff588dbf414d44b605b01269ca SHA256 9671c3408375b70aee1eb0f3adac2ed549c1f33b61a42373759d4646857c62bf
DIST boxes-1.1.src.tar.gz 138279 RMD160 40fb3eb5123fc60ec3e270f1dd1d2d9f31f7f900 SHA1 1fd6e875e9b3c84f2a71f6df73d9eddb37d11c93 SHA256 c9f931fc9f8e0aeadb370518e3e66f1cbfa956ba7817bcb8f701630f70b711e3
EBUILD boxes-1.1.ebuild 731 RMD160 41e6b759f4d0d71790be2f9754b8a8bed0062b07 SHA1 7c36b2e7c81c8aae09618e8b972ca1f4a63b8de6 SHA256 d95ec9d6aad45dfd26aba46ad7c36108a9b94c8d285982ceb2ba8220795023db
MISC ChangeLog 2534 RMD160 3107e01da6e6d2285118ea949c927f3237e796df SHA1 5d5a0bb374d42262c7465c3db09c7f49ba0f6095 SHA256 cc47ceb3f8d61ebbd8d8040e78c2e9b8cc34e6f8ce2e423d8107272cae33474f
MISC metadata.xml 165 RMD160 c4557a3518a065b077539be5a0f20e4735fc2141 SHA1 1831705b1eb97b63968fc9eef31aa904a69a854a SHA256 75ca85c472d4181ae0de529c83826baaebe75d9e750ee6621758b5096bceffcd
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/boxes-1.1.ebuild,v 1.5 2008/03/27 19:25:08 nixnut Exp $
inherit eutils
DESCRIPTION="draw any kind of boxes around your text!"
HOMEPAGE="http://boxes.thomasjensen.com/"
SRC_URI="http://boxes.thomasjensen.com/download/${P}.src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="alpha amd64 ~ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
DEPEND=""
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}"/${P}-Makefile.patch
}
src_compile() {
emake || die
}
src_install() {
dobin src/boxes || die
doman doc/boxes.1
dodoc README
insinto /usr/share/boxes
doins boxes-config
}