diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-03-13 17:51:31 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-03-13 17:51:31 +0000 |
commit | 0c6eb8a5fda296c6bfc432a1c1ce1852d977bf3c (patch) | |
tree | 4731aa9f2e413a892284c29b69371f89912ea318 | |
parent | Set SUPPORT_PYTHON_ABIS. (diff) | |
download | gentoo-2-0c6eb8a5fda296c6bfc432a1c1ce1852d977bf3c.tar.gz gentoo-2-0c6eb8a5fda296c6bfc432a1c1ce1852d977bf3c.tar.bz2 gentoo-2-0c6eb8a5fda296c6bfc432a1c1ce1852d977bf3c.zip |
Version bump
(Portage version: 2.2_rc67-r2/cvs/Linux x86_64)
-rw-r--r-- | net-p2p/fms/ChangeLog | 10 | ||||
-rw-r--r-- | net-p2p/fms/fms-0.3.51.ebuild (renamed from net-p2p/fms/fms-0.3.42.ebuild) | 12 |
2 files changed, 13 insertions, 9 deletions
diff --git a/net-p2p/fms/ChangeLog b/net-p2p/fms/ChangeLog index 5fefd466f6ba..aa97cf7d0d10 100644 --- a/net-p2p/fms/ChangeLog +++ b/net-p2p/fms/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/fms -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/ChangeLog,v 1.15 2009/10/02 22:39:41 tommy Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/ChangeLog,v 1.16 2010/03/13 17:51:31 tommy Exp $ + +*fms-0.3.51 (13 Mar 2010) + + 13 Mar 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> + -fms-0.3.42.ebuild, +fms-0.3.51.ebuild: + Version bump *fms-0.3.43 (02 Oct 2009) diff --git a/net-p2p/fms/fms-0.3.42.ebuild b/net-p2p/fms/fms-0.3.51.ebuild index 73ab3e339327..67bef99f6452 100644 --- a/net-p2p/fms/fms-0.3.42.ebuild +++ b/net-p2p/fms/fms-0.3.51.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/fms-0.3.42.ebuild,v 1.1 2009/09/01 16:06:07 tommy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/fms-0.3.51.ebuild,v 1.1 2010/03/13 17:51:31 tommy Exp $ EAPI="2" @@ -29,6 +29,7 @@ pkg_setup() { } src_prepare() { + edos2unix src/http/pages/showfilepage.cpp epatch "${FILESDIR}"/${PN}-use-system-libs.patch sed -i "s:LTC_PKCS:LTC_LTC_PKCS:g" src/freenet/frostidentity.cpp } @@ -45,11 +46,8 @@ src_configure() { src_install() { insinto /var/freenet/fms dobin "${CMAKE_BUILD_DIR}"/fms || die - doins {forum-,}template.htm || die "doinstall failed" - insinto /var/freenet/fms/fonts - doins fonts/*.bmp || die "doinstall of fonts failed" - insinto /var/freenet/fms/images - doins images/*png || die "doinstall of images failed" + doins *.htm || die "doinstall failed" + doins -r fonts images styles translations || die fperms -R o-rwx /var/freenet/fms/ /usr/bin/fms fowners -R freenet:freenet /var/freenet/fms/ /usr/bin/fms doinitd "${FILESDIR}/fms" || die "installing init.d file failed" |