public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-p2p/fms: ChangeLog fms-0.3.31-r1.ebuild fms-0.3.31.ebuild
@ 2009-02-12 18:07 Thomas Sachau (tommy)
  0 siblings, 0 replies; only message in thread
From: Thomas Sachau (tommy) @ 2009-02-12 18:07 UTC (permalink / raw
  To: gentoo-commits

tommy       09/02/12 18:07:17

  Modified:             ChangeLog
  Added:                fms-0.3.31-r1.ebuild
  Removed:              fms-0.3.31.ebuild
  Log:
  Fixing the init.d script, thanks to Dennis Nezic for the pointer
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  net-p2p/fms/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/fms/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/fms/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/fms/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-p2p/fms/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	10 Feb 2009 22:17:05 -0000	1.4
+++ ChangeLog	12 Feb 2009 18:07:16 -0000	1.5
@@ -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.4 2009/02/10 22:17:05 tommy Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/ChangeLog,v 1.5 2009/02/12 18:07:16 tommy Exp $
+
+*fms-0.3.31-r1 (12 Feb 2009)
+
+  12 Feb 2009; Thomas Sachau (Tommy[D]) <tommy@gentoo.org> files/fms,
+  -fms-0.3.31.ebuild, +fms-0.3.31-r1.ebuild:
+  Fixing the init.d script, thanks to Dennis Nezic for the pointer
 
 *fms-0.3.31 (10 Feb 2009)
 



1.1                  net-p2p/fms/fms-0.3.31-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/fms/fms-0.3.31-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/fms/fms-0.3.31-r1.ebuild?rev=1.1&content-type=text/plain

Index: fms-0.3.31-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/fms/fms-0.3.31-r1.ebuild,v 1.1 2009/02/12 18:07:16 tommy Exp $

inherit eutils cmake-utils

DESCRIPTION="A spam-resistant message board application for Freenet"
HOMEPAGE="http://freenetproject.org/tools.html"
SRC_URI="mirror://gentoo/${PN}-src-${PV}.zip"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="virtual/libiconv
	>=dev-libs/poco-1.2.9
	=dev-db/sqlite-3.6.6.2*"
RDEPEND="${DEPEND}"

S=${WORKDIR}

pkg_setup() {
	enewgroup freenet
	enewuser freenet -1 -1 /var/freenet freenet
}

src_compile() {
	local mycmakeargs="-DI_HAVE_READ_THE_README=ON \
		-DUSE_BUNDLED_SQLITE=OFF \
		-DDO_CHARSET_CONVERSION=ON"
	cmake-utils_src_compile
}

src_install() {
	dobin ${PN}_build/fms || die
	insinto /var/freenet/fms
	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"
	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"
	dodoc readme.txt || die "installing doc failed"
}

pkg_postinst() {
	if ! has_version 'net-p2p/freenet' ; then
		ewarn "FMS needs a freenet node to up-/download messages."
		ewarn "Please make sure to have a node you can connect to"
		ewarn "or install net-p2p/freenet to get FMS working."
	fi
	elog "By default, the FMS NNTP server will listen on port 1119,"
	elog "and the web configuration interface will be running at"
	elog "http://localhost:8080. For more information, read"
	elog "${ROOT}/usr/share/doc/${PF}/readme.txt."
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-02-12 18:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 18:07 [gentoo-commits] gentoo-x86 commit in net-p2p/fms: ChangeLog fms-0.3.31-r1.ebuild fms-0.3.31.ebuild Thomas Sachau (tommy)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox