diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2007-06-23 22:54:14 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2007-06-23 22:54:14 +0000 |
commit | f5ef9321de3dc0eba639cdfd0503541e1406d43b (patch) | |
tree | 67350fd176e51e76a966a765d23cdea0ce7fbef1 /net-fs | |
parent | fixup ChangeLog entry (diff) | |
download | gentoo-2-f5ef9321de3dc0eba639cdfd0503541e1406d43b.tar.gz gentoo-2-f5ef9321de3dc0eba639cdfd0503541e1406d43b.tar.bz2 gentoo-2-f5ef9321de3dc0eba639cdfd0503541e1406d43b.zip |
Actually commit the finished ebuild this time.
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'net-fs')
-rw-r--r-- | net-fs/sfs/ChangeLog | 6 | ||||
-rw-r--r-- | net-fs/sfs/sfs-0.8.0_pre20070512.ebuild | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/net-fs/sfs/ChangeLog b/net-fs/sfs/ChangeLog index 2562d694b3ec..96cd2abaee39 100644 --- a/net-fs/sfs/ChangeLog +++ b/net-fs/sfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-fs/sfs # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.16 2007/05/13 02:38:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/ChangeLog,v 1.17 2007/06/23 22:54:14 dirtyepic Exp $ + + 23 Jun 2007; Ryan Hill <dirtyepic@gentoo.org> + sfs-0.8.0_pre20070512.ebuild: + Actually commit the finished ebuild this time. *sfs-0.8.0_pre20070512 (13 May 2007) diff --git a/net-fs/sfs/sfs-0.8.0_pre20070512.ebuild b/net-fs/sfs/sfs-0.8.0_pre20070512.ebuild index 554af0645254..bc494ef0aa48 100644 --- a/net-fs/sfs/sfs-0.8.0_pre20070512.ebuild +++ b/net-fs/sfs/sfs-0.8.0_pre20070512.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/sfs-0.8.0_pre20070512.ebuild,v 1.1 2007/05/13 02:38:05 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/sfs/sfs-0.8.0_pre20070512.ebuild,v 1.2 2007/06/23 22:54:14 dirtyepic Exp $ inherit autotools @@ -45,6 +45,8 @@ src_compile() { --with-gmp=/usr \ --with-gnuld \ || die "econf failed" + + emake } src_install() { |