Portage is a package management system used by Gentoo Linux
# ChangeLog for dev-cpp/libbinio
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.26 2006/11/29 21:56:57 dev-zero Exp $
29 Nov 2006; Tiziano Müller
-libbinio-1.3.ebuild, libbinio-1.4.ebuild:
Dropping old version. Small cleanups.
10 Sep 2006; Javier Villavicencio
libbinio-1.4.ebuild:
Add ~x86-fbsd keyword.
29 Aug 2006; Joshua Kinard
Marked stable on mips.
22 Apr 2006; Luis Medinas
Stable on amd64.
21 Apr 2006; Gustavo Zacarias
Stable on hppa wrt #130123
17 Apr 2006; Markus Rothe
Stable on ppc64; bug #130123
17 Apr 2006; Tobias Scherbaum
ppc stable, bug #130123
16 Apr 2006; Gustavo Zacarias
Stable on sparc wrt #130123
16 Apr 2006; Thomas Cort
Stable on alpha.
16 Apr 2006; Chris White
marked x86 stable bug #130123 depend.
13 Mar 2006; Gustavo Zacarias
Keyworded ~hppa
28 Feb 2006; Fernando J. Pereda
Added ~alpha, bug #124450. Tested by Thomas Cort
24 Feb 2006; Stephen P. Becker
added ~mips keyword
20 Feb 2006; Mark Loeser
libbinio-1.3.ebuild, libbinio-1.4.ebuild:
Remove DEPEND on virtual/libc
19 Feb 2006; Michael Hanselmann
Added to ~ppc64.
*libbinio-1.4 (07 Jan 2006)
07 Jan 2006; Michał Januszewski
Version bump.
19 Sep 2005; Mark Loeser
Adding to cpp herd.
01 Apr 2005;
stable on amd64
12 Jan 2005; Gustavo Zacarias
Stable on sparc
12 Jan 2005; Michal Januszewski
Stable on x86.
04 Oct 2004; Jeremy Huddleston
libbinio-1.2.ebuild:
Stable amd64 and sparc.
*libbinio-1.3 (10 Sep 2004)
10 Sep 2004; Michal Januszewski
+libbinio-1.3.ebuild:
Version bump. Marked 1.2 stable on x86.
01 Sep 2004; Jeremy Huddleston
Added ~amd64 ~sparc.
21 Jul 2004; David Holm
Added to ~ppc.
*libbinio-1.2 (20 Jul 2004)
20 Jul 2004; Michal Januszewski
+libbinio-1.2.ebuild:
Initial commit.
DIST libbinio-1.4.tar.bz2 307664 RMD160 4c80c3e5d9f5eb4e3632df85667a14f8714796b1 SHA1 47db5f7448245f38b9d26c8b11f53a07b6f6da73 SHA256 4a32d3154517510a3fe4f2dc95e378dcc818a4a921fc0cb992bdc0d416a77e75
EBUILD libbinio-1.4.ebuild 563 RMD160 55b9c82cf6f318a88a9f1f1d7ba2e90779e28fa4 SHA1 143d155ab851dd469bf7b3af64708485241c7fdd SHA256 10ec07c766092ca2e11e538fdfd317f2979512edd85e286dca9965f71238424c
MISC ChangeLog 2932 RMD160 525f03c0e1b193e48b9ffad8fa2c30ea63f7c80b SHA1 3ac798d09f6d48dfa8a7c815dd194b9e99efdd6d SHA256 f499e7361d2a624adb9307160d23d5b988b9e84eaf524cb970fffebe8f9ac299
MISC metadata.xml 217 RMD160 10502ca8db744fb17f8aa850db63b4693089d9b6 SHA1 e0bd1bea429e9354491cf89baf468c8eecb215e9 SHA256 b31effdc7f36117156646f1e71b9b0389589d290da87f3e6351aa34a30d777f6
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.4.ebuild,v 1.16 2006/11/29 21:56:57 dev-zero Exp $
KEYWORDS="alpha amd64 hppa mips ppc ppc64 sparc x86 ~x86-fbsd"
DESCRIPTION="Binary I/O stream class library"
HOMEPAGE="http://libbinio.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
IUSE=""
DEPEND=""
RDEPEND=""
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
}