net-misc/ifolder: new snapshot

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1428 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2009-07-29 12:45:57 +00:00
parent 8e3ff650a6
commit 31eda9c70b
4 changed files with 124 additions and 1 deletions

View File

@ -2,6 +2,13 @@
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
*ifolder-3.7_pre7026 (29 Jul 2009)
*ifolder-3.7_pre6987 (29 Jul 2009)
29 Jul 2009; Mario Fetka <mario.fetka@gmail.com>
+ifolder-3.7_pre6987.ebuild, +ifolder-3.7_pre7026.ebuild:
new snapshot
*ifolder-3.7_pre6746 (30 Apr 2009)
30 Apr 2009; Mario Fetka <mario.fetka@gmail.com>

View File

@ -15,5 +15,7 @@ EBUILD ifolder-3.6.7318.1-r2.ebuild 1417 RMD160 80d9287358c3d955bb36662ccfae4fd9
EBUILD ifolder-3.7_pre6680.ebuild 1493 RMD160 4384f1051af06c8a205f0ac237697f93e3bac835 SHA1 9eacd616d07dbed6ad17221c66925465faf6f530 SHA256 753afdc6bc528c5f301b52a283873d13c587cc54d04fa2c4d5ae658cb695b42b
EBUILD ifolder-3.7_pre6731.ebuild 1601 RMD160 8511c24033837d0a470aadc0f67e48b2f152112b SHA1 3eaa46ab22b3edaa89f30997a5aa644dcd859e8c SHA256 7afc2c6b848b7f97699fd498ec89b8d3dd5fcc4c1c9fbc6eea8a8e03d29c4cfb
EBUILD ifolder-3.7_pre6746.ebuild 1601 RMD160 8511c24033837d0a470aadc0f67e48b2f152112b SHA1 3eaa46ab22b3edaa89f30997a5aa644dcd859e8c SHA256 7afc2c6b848b7f97699fd498ec89b8d3dd5fcc4c1c9fbc6eea8a8e03d29c4cfb
MISC ChangeLog 2921 RMD160 5fd2b4b63934ae8d0a80a5bab2ebb60622e04ffc SHA1 2f8de304375bce8939f3f010446a87bc1b7f4c76 SHA256 14186082d8cfe005a983ec0806aa41baaf0c54db6aed3b573f3b0655a6ecef1d
EBUILD ifolder-3.7_pre6987.ebuild 1601 RMD160 9cb63609443c3ba39b659ca184bd52b826a8d63b SHA1 a4d736d70f6546ca5cf470f0c37f6bf8d4922981 SHA256 ee672b695f004128fe1ff93bf4c1e8d417599b7e2b18056ee7da36f33f566cc3
EBUILD ifolder-3.7_pre7026.ebuild 1601 RMD160 9cb63609443c3ba39b659ca184bd52b826a8d63b SHA1 a4d736d70f6546ca5cf470f0c37f6bf8d4922981 SHA256 ee672b695f004128fe1ff93bf4c1e8d417599b7e2b18056ee7da36f33f566cc3
MISC ChangeLog 3119 RMD160 9a782fc09cdfe2d859bbe3ad9543154a9d98e9f4 SHA1 f8690e6666ce4d0b512bec7d3391c15678abcee2 SHA256 da24294040d4d18ac2a0f39177da29b9009c47927a117a63716e9956d22bcb91
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42

View File

@ -0,0 +1,57 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
WANT_AUTOMAKE=1.9
ESVN_REPO_URI="https://forgesvn1.novell.com/svn/ifolder/trunk/ifolder/@${PV/3.7_pre/}"
inherit mono eutils autotools subversion
DESCRIPTION="Novell iFolder"
HOMEPAGE="http://www.ifolder.com/"
#SRC_URI="http://distfiles.one-gear.com/distfiles/${PN}${PV:0:1}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-lang/mono-2.4
>=dev-dotnet/gconf-sharp-2.0
>=dev-dotnet/gnome-sharp-2.0
>=dev-dotnet/gtk-sharp-2.0
>=net-misc/simias-1.7
>=net-libs/gsoap-2.7.1
>=gnome-base/eel-2.12
!<net-misc/ifolder-${PV}"
RDEPEND=">=dev-lang/mono-2.2
>=dev-dotnet/gconf-sharp-2.0
>=dev-dotnet/gnome-sharp-2.0
>=dev-dotnet/gtk-sharp-2.0
>=net-misc/simias-1.7"
S="${WORKDIR}/${PN}"
src_prepare() {
epatch "${FILESDIR}"/ifolder-3.7-desktop-file-categories.patch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-3.7-mono22-2.patch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-lib_name.dpatch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-3.7-use_system_gsoap.patch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-3.7-gnome-hack-1.patch || die "Error applying patch"
epatch "${FILESDIR}"/iFolderViewGroup.cs_log.diff || die "Error applying patch"
eautoreconf || die "eautoreconf failed"
}
src_configure() {
econf || die "configure failed"
}
src_compile() {
emake -j1 || die "build failed"
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
}

View File

@ -0,0 +1,57 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
WANT_AUTOMAKE=1.9
ESVN_REPO_URI="https://forgesvn1.novell.com/svn/ifolder/trunk/ifolder/@${PV/3.7_pre/}"
inherit mono eutils autotools subversion
DESCRIPTION="Novell iFolder"
HOMEPAGE="http://www.ifolder.com/"
#SRC_URI="http://distfiles.one-gear.com/distfiles/${PN}${PV:0:1}-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
DEPEND=">=dev-lang/mono-2.4
>=dev-dotnet/gconf-sharp-2.0
>=dev-dotnet/gnome-sharp-2.0
>=dev-dotnet/gtk-sharp-2.0
>=net-misc/simias-1.7
>=net-libs/gsoap-2.7.1
>=gnome-base/eel-2.12
!<net-misc/ifolder-${PV}"
RDEPEND=">=dev-lang/mono-2.2
>=dev-dotnet/gconf-sharp-2.0
>=dev-dotnet/gnome-sharp-2.0
>=dev-dotnet/gtk-sharp-2.0
>=net-misc/simias-1.7"
S="${WORKDIR}/${PN}"
src_prepare() {
epatch "${FILESDIR}"/ifolder-3.7-desktop-file-categories.patch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-3.7-mono22-2.patch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-lib_name.dpatch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-3.7-use_system_gsoap.patch || die "Error applying patch"
epatch "${FILESDIR}"/ifolder-3.7-gnome-hack-1.patch || die "Error applying patch"
epatch "${FILESDIR}"/iFolderViewGroup.cs_log.diff || die "Error applying patch"
eautoreconf || die "eautoreconf failed"
}
src_configure() {
econf || die "configure failed"
}
src_compile() {
emake -j1 || die "build failed"
}
src_install() {
emake DESTDIR="${D}" install || die "install failed"
}