public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-fs/smbtad: smbtad-1.2.6.ebuild ChangeLog smbtad-1.2.5.ebuild smbtad-1.2.3.ebuild smbtad-1.2.4.ebuild
@ 2012-09-13 18:53 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2012-09-13 18:53 UTC (permalink / raw
  To: gentoo-commits

scarabeus    12/09/13 18:53:38

  Modified:             ChangeLog
  Added:                smbtad-1.2.6.ebuild
  Removed:              smbtad-1.2.5.ebuild smbtad-1.2.3.ebuild
                        smbtad-1.2.4.ebuild
  Log:
  Version bump to latest. Fixup issues with cmake usage fixing bug#431138. Prune older.
  
  (Portage version: 2.2.0_alpha125/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  net-fs/smbtad/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/smbtad/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/smbtad/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/smbtad/ChangeLog?r1=1.3&r2=1.4

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-fs/smbtad/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	30 Jun 2011 16:07:08 -0000	1.3
+++ ChangeLog	13 Sep 2012 18:53:38 -0000	1.4
@@ -1,6 +1,14 @@
 # ChangeLog for net-fs/smbtad
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-fs/smbtad/ChangeLog,v 1.3 2011/06/30 16:07:08 dagger Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-fs/smbtad/ChangeLog,v 1.4 2012/09/13 18:53:38 scarabeus Exp $
+
+*smbtad-1.2.6 (13 Sep 2012)
+
+  13 Sep 2012; Tomáš Chvátal <scarabeus@gentoo.org> +smbtad-1.2.6.ebuild,
+  -smbtad-1.2.3.ebuild, -smbtad-1.2.4.ebuild, -smbtad-1.2.5.ebuild,
+  files/smbtad.rc:
+  Version bump to latest. Fixup issues with cmake usage fixing bug#431138. Prune
+  older.
 
 *smbtad-1.2.5 (30 Jun 2011)
 
@@ -17,4 +25,3 @@
   24 Mar 2011; Robert Piasek <dagger@gentoo.org> +smbtad-1.2.3.ebuild,
   +files/smbtad.rc, +metadata.xml:
   Initial ebuild for SMBTAD 1.2.3
-



1.1                  net-fs/smbtad/smbtad-1.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/smbtad/smbtad-1.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-fs/smbtad/smbtad-1.2.6.ebuild?rev=1.1&content-type=text/plain

Index: smbtad-1.2.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-fs/smbtad/smbtad-1.2.6.ebuild,v 1.1 2012/09/13 18:53:38 scarabeus Exp $

EAPI=4

inherit cmake-utils

DESCRIPTION="Data receiver of the SMB Traffic Analyzer project"
HOMEPAGE="http://github.com/hhetter/smbtad"
SRC_URI="http://morelias.org/smbta/${P}.tar.bz2"

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

DEPEND="
	dev-db/libdbi
	dev-libs/iniparser
	sys-libs/talloc
"
RDEPEND="${DEPEND}
	|| (
		<net-fs/samba-3.6[smbtav2]
		>=net-fs/samba-3.6
	)
"

DOCS="README AUTHORS"

src_prepare() {
	sed -i \
		-e '/CMAKE_C_FLAGS/d' \
		CMakeLists.txt || die
}

src_configure() {
	local mycmakeargs=(
		$(cmake-utils_use debug)
	)

	cmake-utils_src_configure
}

src_install() {
	cmake-utils_src_install

	newinitd "${FILESDIR}"/smbtad.rc smbtad
	newconfd dist/smbtad.conf_example smbtad.conf
}





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

only message in thread, other threads:[~2012-09-13 18:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-13 18:53 [gentoo-commits] gentoo-x86 commit in net-fs/smbtad: smbtad-1.2.6.ebuild ChangeLog smbtad-1.2.5.ebuild smbtad-1.2.3.ebuild smbtad-1.2.4.ebuild Tomas Chvatal (scarabeus)

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