diff options
author | Michael Januszewski <spock@gentoo.org> | 2004-09-10 14:09:13 +0000 |
---|---|---|
committer | Michael Januszewski <spock@gentoo.org> | 2004-09-10 14:09:13 +0000 |
commit | 548e7573e3378dcc04016eee563d42e916cb93a3 (patch) | |
tree | a70be4521dba899457bdede01dfdf37e916f2cc3 /dev-cpp | |
parent | sed out the other commons-beanutils jar (Manifest recommit) (diff) | |
download | gentoo-2-548e7573e3378dcc04016eee563d42e916cb93a3.tar.gz gentoo-2-548e7573e3378dcc04016eee563d42e916cb93a3.tar.bz2 gentoo-2-548e7573e3378dcc04016eee563d42e916cb93a3.zip |
Version bump.
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/libbinio/ChangeLog | 8 | ||||
-rw-r--r-- | dev-cpp/libbinio/files/digest-libbinio-1.3 | 1 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.2.ebuild | 4 | ||||
-rw-r--r-- | dev-cpp/libbinio/libbinio-1.3.ebuild | 21 |
4 files changed, 31 insertions, 3 deletions
diff --git a/dev-cpp/libbinio/ChangeLog b/dev-cpp/libbinio/ChangeLog index c0e1ee76aed8..2606feeb3c5a 100644 --- a/dev-cpp/libbinio/ChangeLog +++ b/dev-cpp/libbinio/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-cpp/libbinio # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.3 2004/09/01 08:58:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/ChangeLog,v 1.4 2004/09/10 14:09:13 spock Exp $ + +*libbinio-1.3 (10 Sep 2004) + + 10 Sep 2004; Michal Januszewski <spock@gentoo.org> libbinio-1.2.ebuild, + +libbinio-1.3.ebuild: + Version bump. Marked 1.2 stable on x86. 01 Sep 2004; Jeremy Huddleston <eradicator@gentoo.org> libbinio-1.2.ebuild: Added ~amd64 ~sparc. diff --git a/dev-cpp/libbinio/files/digest-libbinio-1.3 b/dev-cpp/libbinio/files/digest-libbinio-1.3 new file mode 100644 index 000000000000..5b8d1c347cfa --- /dev/null +++ b/dev-cpp/libbinio/files/digest-libbinio-1.3 @@ -0,0 +1 @@ +MD5 dea7bd4c2d9d9f5429082448af2aab22 libbinio-1.3.tar.bz2 322847 diff --git a/dev-cpp/libbinio/libbinio-1.2.ebuild b/dev-cpp/libbinio/libbinio-1.2.ebuild index 26a6a08c91e0..85246ecc6119 100644 --- a/dev-cpp/libbinio/libbinio-1.2.ebuild +++ b/dev-cpp/libbinio/libbinio-1.2.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.2.ebuild,v 1.4 2004/09/01 08:58:15 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.2.ebuild,v 1.5 2004/09/10 14:09:13 spock Exp $ 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" -KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +KEYWORDS="x86 ~ppc ~amd64 ~sparc" IUSE="" DEPEND="virtual/libc" diff --git a/dev-cpp/libbinio/libbinio-1.3.ebuild b/dev-cpp/libbinio/libbinio-1.3.ebuild new file mode 100644 index 000000000000..728722d03356 --- /dev/null +++ b/dev-cpp/libbinio/libbinio-1.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/libbinio/libbinio-1.3.ebuild,v 1.1 2004/09/10 14:09:13 spock Exp $ + +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" +KEYWORDS="~x86 ~ppc ~amd64 ~sparc" +IUSE="" +DEPEND="virtual/libc" + +src_compile() { + econf || die + emake || die "emake failed" +} + +src_install() { + make DESTDIR=${D} install || die +} |