public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/wso2-wsf-c: metadata.xml ChangeLog wso2-wsf-c-1.2.0.ebuild Manifest
@ 2008-03-01 14:22 Caleb Tennis (caleb)
  0 siblings, 0 replies; only message in thread
From: Caleb Tennis (caleb) @ 2008-03-01 14:22 UTC (permalink / raw
  To: gentoo-commits

caleb       08/03/01 14:22:10

  Added:                metadata.xml ChangeLog wso2-wsf-c-1.2.0.ebuild
                        Manifest
  Log:
  Initial import
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.1                  net-misc/wso2-wsf-c/metadata.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/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>caleb@gentoo.org</email>
	<name>Caleb Tennis</name>
</maintainer>
</pkgmetadata>



1.1                  net-misc/wso2-wsf-c/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for net-misc/wso2-wsf-c
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wso2-wsf-c/ChangeLog,v 1.1 2008/03/01 14:22:09 caleb Exp $

*wso2-wsf-c-1.2.0 (01 Mar 2008)

  01 Mar 2008; Caleb Tennis <caleb@gentoo.org> +metadata.xml,
  +wso2-wsf-c-1.2.0.ebuild:
  Initial import




1.1                  net-misc/wso2-wsf-c/wso2-wsf-c-1.2.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/wso2-wsf-c-1.2.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/wso2-wsf-c-1.2.0.ebuild?rev=1.1&content-type=text/plain

Index: wso2-wsf-c-1.2.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/wso2-wsf-c/wso2-wsf-c-1.2.0.ebuild,v 1.1 2008/03/01 14:22:09 caleb Exp $

inherit eutils
DESCRIPTION="A webservices framework in C"
HOMEPAGE="http://wso2.org/downloads/wsf/c/"
SRC_URI="http://dist.wso2.org/products/wsf/c/${PN}-src-${PV}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="sqlite"

DEPEND="dev-libs/libxml2
	sys-libs/zlib
	dev-libs/openssl
	sqlite? ( dev-db/sqlite )"

RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-src-${PV}"

src_compile() {
	econf || die "econf failed"
	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
}



1.1                  net-misc/wso2-wsf-c/Manifest

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/Manifest?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wso2-wsf-c/Manifest?rev=1.1&content-type=text/plain

Index: Manifest
===================================================================
DIST wso2-wsf-c-src-1.2.0.tar.gz 8170487 RMD160 5641166f5053ebf9e61618a200321b17d62d33dd SHA1 65c6d8d19e900c7a798ed1368f31d0f700761fd8 SHA256 778d3d13e423df75ca3dd74115434dab6b504f8790c4fba7d8d586060cd7ba20
EBUILD wso2-wsf-c-1.2.0.ebuild 654 RMD160 cb037e1f94288d8c9b5592f6d72a2727b5036855 SHA1 5d30fdcc3ef73231edc7e8e4fc6c3088b7b73c45 SHA256 e2ddb836bdbc08974ae5ecf41e4e33d7505e2ed1821de7cb7b54e6c65b86500b
MISC ChangeLog 261 RMD160 48d30912a147dc2f5872a56ad76a9e52afa798ec SHA1 3e1b28d0815b84244da8bbbfed0172a5db877291 SHA256 5c5eea64b574a4175d3c9ded4451d3d83aa4e23e0d6d0e044ef4ec26313b6d78
MISC metadata.xml 247 RMD160 a5ff2ee9cafe947966a8dcf8d5cfeb342ec7bdae SHA1 69a85d48f08cc2be18ee30c1b8d4a7296cd4d61f SHA256 68128452ea375ff09cbe528db45b8aa0513183db50479de5e82aa1a0072aefb1



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-03-01 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-01 14:22 [gentoo-commits] gentoo-x86 commit in net-misc/wso2-wsf-c: metadata.xml ChangeLog wso2-wsf-c-1.2.0.ebuild Manifest Caleb Tennis (caleb)

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