public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/ofl: metadata.xml ChangeLog ofl-20110721.ebuild
@ 2011-08-31 23:48 Matt Turner (mattst88)
  0 siblings, 0 replies; only message in thread
From: Matt Turner (mattst88) @ 2011-08-31 23:48 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/08/31 23:48:47

  Added:                metadata.xml ChangeLog ofl-20110721.ebuild
  Log:
  Add ofl (from hxtools) to the tree as a suggested dependency of pam_mount, see bug 380783#c9.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  app-misc/ofl/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ofl/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ofl/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
 <email>mattst88@gentoo.org</email>
 <name>Matt Turner</name>
</maintainer>
</pkgmetadata>



1.1                  app-misc/ofl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ofl/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ofl/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for app-misc/ofl
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ofl/ChangeLog,v 1.1 2011/08/31 23:48:47 mattst88 Exp $

*ofl-20110721 (31 Aug 2011)

  31 Aug 2011; Matt Turner <mattst88@gentoo.org> +ofl-20110721.ebuild,
  +metadata.xml:
  Add ofl (from hxtools) to the tree as a suggested dependency of pam_mount,
  see bug 380783#c9.




1.1                  app-misc/ofl/ofl-20110721.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ofl/ofl-20110721.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/ofl/ofl-20110721.ebuild?rev=1.1&content-type=text/plain

Index: ofl-20110721.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/ofl/ofl-20110721.ebuild,v 1.1 2011/08/31 23:48:47 mattst88 Exp $

EAPI=4

inherit toolchain-funcs

DESCRIPTION="Open file lister (replaces fuser and lsof -m)"
HOMEPAGE="http://jengelh.medozas.de/projects/hxtools/"
SRC_URI="http://jftp.medozas.de/hxtools/hxtools-${PV}.tar.xz"

LICENSE="public-domain"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=">=sys-libs/libhx-3.4"
RDEPEND="${DEPEND}"

S="${WORKDIR}"/hxtools-${PV}

src_configure() {
	# We're just building a single utility. Don't bother
	# with the build system.
	:
}

src_compile() {
	CC=$(tc-getCC) CFLAGS=${CFLAGS} LDLIBS="-lHX" \
		emake V=1 -C sadmin ofl
}

src_install() {
	dobin sadmin/ofl
	doman doc/ofl.1
}






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

only message in thread, other threads:[~2011-08-31 23:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 23:48 [gentoo-commits] gentoo-x86 commit in app-misc/ofl: metadata.xml ChangeLog ofl-20110721.ebuild Matt Turner (mattst88)

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