public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/ncp: metadata.xml ChangeLog ncp-1.2.4.ebuild Manifest
@ 2012-05-24  9:23 Michael Weber (xmw)
  0 siblings, 0 replies; only message in thread
From: Michael Weber (xmw) @ 2012-05-24  9:23 UTC (permalink / raw
  To: gentoo-commits

xmw         12/05/24 09:23:51

  Added:                metadata.xml ChangeLog ncp-1.2.4.ebuild Manifest
  Log:
  Initial import (thanks Adrian Frühwirth (bonki), bug 104011)
  
  (Portage version: 2.1.10.62/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-misc/ncp/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ncp/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/ncp/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>
<maintainer>
<email>xmw@gentoo.org</email>
<name>Michael Weber</name>
</maintainer>
<longdescription lang="en">
"ncp" is a utility for copying files in a LAN. It has absolutely no security or integrity checking, no throttling, no features, except one: you don't have to type the coordinates of your peer.
</longdescription>
<use><flag name="diet">Compile against <pkg>dev-libs/dietlibc</pkg></flag></use>
</pkgmetadata>




1.1                  net-misc/ncp/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for net-misc/ncp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ncp/ChangeLog,v 1.1 2012/05/24 09:23:51 xmw Exp $

*ncp-1.2.4 (24 May 2012)

  24 May 2012; Michael Weber <xmw@gentoo.org> +ncp-1.2.4.ebuild, +metadata.xml:
  Initial import (thanks Adrian Frühwirth (bonki), bug 104011)




1.1                  net-misc/ncp/ncp-1.2.4.ebuild

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

Index: ncp-1.2.4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/ncp/ncp-1.2.4.ebuild,v 1.1 2012/05/24 09:23:51 xmw Exp $

EAPI=4

inherit eutils toolchain-funcs

DESCRIPTION="utility for copying files in a LAN"
HOMEPAGE="http://www.fefe.de/ncp/"
SRC_URI="http://dl.fefe.de/ncp-1.2.4.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="diet"

RDEPEND=""
DEPEND="dev-libs/libowfat
	diet? ( dev-libs/dietlibc )"

src_prepare() {
	rm Makefile || die
	sed -e '/^ncp:/,+5s:strip:#strip:' \
		-i GNUmakefile || die
}

src_compile() {
	emake \
		CC="$(use diet && echo "diet -Os ")$(tc-getCC)" \
		CFLAGS="${CFLAGS} -I/usr/include/libowfat" \
		LDFLAGS="${LDFLAGS}" \
 		STRIP="#"
}

src_install() {
	dobin ncp
	dosym /usr/bin/ncp /usr/bin/npoll
	dosym /usr/bin/ncp /usr/bin/npush

	doman ncp.1 npush.1
	dodoc NEWS
}




1.1                  net-misc/ncp/Manifest

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

Index: Manifest
===================================================================
DIST ncp-1.2.4.tar.bz2 6172 RMD160 3d9da3851362064ec372a00b605bcbdde86a85bd SHA1 bd33e5311c249948559d17bfd59df93ae72e1f17 SHA256 6cfa72edd5f7717bf7a4a93ccc74c4abd89892360e2e0bb095a73c24b9359b88
EBUILD ncp-1.2.4.ebuild 821 RMD160 8df9b2391c465a57e85b9b5fcfa0cfc4d175b3f8 SHA1 a1a26ed89dcebeb3fd1daec0c315eb96f58e87ca SHA256 cb9d22be0cbea3c318ca321ef996d2fffa78ea8fa476f0e01492adbe72af3866
MISC ChangeLog 284 RMD160 f64cf3c4c4a473a5040c1ec0bacb3ccb246e018c SHA1 5822da2c8ae5e9384539a4efa50f84c7d38ccb83 SHA256 f105b125d63891f9b007da72a8941f2ad61d50b20881b652c7bad242e41b8de7
MISC metadata.xml 545 RMD160 645f4e5f55e2974ddbda80185ae39a20e33d4a26 SHA1 a1f3bd9be2bb34510a86bb0eebb1945b71706a1b SHA256 0eb2580e542ced3d620f7de37479b26032454e52c6593b21d3de6799abe0c167






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

only message in thread, other threads:[~2012-05-24  9:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-24  9:23 [gentoo-commits] gentoo-x86 commit in net-misc/ncp: metadata.xml ChangeLog ncp-1.2.4.ebuild Manifest Michael Weber (xmw)

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