public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-fs/gfs2-utils: ChangeLog gfs2-utils-3.1.5.ebuild
@ 2014-05-01 11:06 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; only message in thread
From: Sergey Popov (pinkbyte) @ 2014-05-01 11:06 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    14/05/01 11:06:10

  Modified:             ChangeLog
  Added:                gfs2-utils-3.1.5.ebuild
  Log:
  Version bump, fix bug #491068
  
  (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)

Revision  Changes    Path
1.4                  sys-fs/gfs2-utils/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-fs/gfs2-utils/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	20 Mar 2013 14:17:56 -0000	1.3
+++ ChangeLog	1 May 2014 11:06:10 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sys-fs/gfs2-utils
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs2-utils/ChangeLog,v 1.3 2013/03/20 14:17:56 ultrabug Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs2-utils/ChangeLog,v 1.4 2014/05/01 11:06:10 pinkbyte Exp $
+
+*gfs2-utils-3.1.5 (01 May 2014)
+
+  01 May 2014; Sergey Popov <pinkbyte@gentoo.org> +gfs2-utils-3.1.5.ebuild:
+  Version bump, fix bug #491068
 
 *gfs2-utils-3.1.3 (20 Mar 2013)
 



1.1                  sys-fs/gfs2-utils/gfs2-utils-3.1.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gfs2-utils/gfs2-utils-3.1.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-fs/gfs2-utils/gfs2-utils-3.1.5.ebuild?rev=1.1&content-type=text/plain

Index: gfs2-utils-3.1.5.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-fs/gfs2-utils/gfs2-utils-3.1.5.ebuild,v 1.1 2014/05/01 11:06:10 pinkbyte Exp $

EAPI=5

inherit autotools linux-info

DESCRIPTION="GFS2 Utilities"
HOMEPAGE="https://fedorahosted.org/cluster/wiki/HomePage"
SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.gz"

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

RDEPEND="sys-cluster/corosync
	sys-cluster/openais
	sys-cluster/liblogthread
	sys-cluster/libccs
	sys-cluster/libfence
	sys-cluster/libdlm
	sys-libs/ncurses"
DEPEND="${RDEPEND}
	virtual/pkgconfig"

S="${WORKDIR}/${PN}"

src_prepare() {
	epatch_user
	eautoreconf
}

src_configure() {
	econf \
		$(use_enable debug) \
		--localstatedir=/var
}

src_compile() {
	# parallel build is broken
	emake -j1
}

src_install() {
	default
	rm -rf "${D}/usr/share/doc"
	dodoc doc/*.txt

	keepdir /var/{lib,log}/cluster
}





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

only message in thread, other threads:[~2014-05-01 11:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-01 11:06 [gentoo-commits] gentoo-x86 commit in sys-fs/gfs2-utils: ChangeLog gfs2-utils-3.1.5.ebuild Sergey Popov (pinkbyte)

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