Portage is a package management system used by Gentoo Linux
# ChangeLog for app-misc/boxes
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/boxes/ChangeLog,v 1.22 2009/08/20 03:39:08 darkside Exp $
20 Aug 2009; Jeremy Olexa
-files/boxes-1.0.1-Makefile.patch, -files/boxes-1.0.1-flex.patch:
remove unused patches
13 Apr 2009; Jeremy Olexa
QA: respect CC, bug 243614
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.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 766 RMD160 2a21d6de6eb32d719fcb734e5f3c13caa9c1c0c2 SHA1 f2489eaad0462d6581363feb3a0a589d4f0b8e40 SHA256 36f642cbe42ea6aa24022f668f8d95fa173796ab18b694ac39afb32bab1dfa5c
MISC ChangeLog 2777 RMD160 9052d3a3fc9bb9f0939e52ceef96301ee809739a SHA1 8c522a527cd9561c1cd51884be58562246d91eab SHA256 0d1a2216cdad1b52a2dfcb542500d02064364d5dbb9a9a1e198377d5f7fa274b
MISC metadata.xml 165 RMD160 c4557a3518a065b077539be5a0f20e4735fc2141 SHA1 1831705b1eb97b63968fc9eef31aa904a69a854a SHA256 75ca85c472d4181ae0de529c83826baaebe75d9e750ee6621758b5096bceffcd
# Copyright 1999-2009 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.6 2009/04/13 03:06:29 darkside Exp $
inherit eutils toolchain-funcs
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 CC="$(tc-getCC)" || die
}
src_install() {
dobin src/boxes || die
doman doc/boxes.1
dodoc README
insinto /usr/share/boxes
doins boxes-config
}