bump
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/ifolder@1592 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
aee64ba6a5
commit
fa282e1c4c
@ -17,5 +17,6 @@ EBUILD ifolder-3.7_pre6731.ebuild 1601 RMD160 8511c24033837d0a470aadc0f67e48b2f1
|
||||
EBUILD ifolder-3.7_pre6746.ebuild 1601 RMD160 8511c24033837d0a470aadc0f67e48b2f152112b SHA1 3eaa46ab22b3edaa89f30997a5aa644dcd859e8c SHA256 7afc2c6b848b7f97699fd498ec89b8d3dd5fcc4c1c9fbc6eea8a8e03d29c4cfb
|
||||
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
|
||||
EBUILD ifolder-3.8_pre7273.ebuild 1601 RMD160 22e0e2650727ac280dc23ac33e424a1e2824348a SHA1 5ad8c4bac7815109baf17efab70d0a413deb73f8 SHA256 9e0f3674995b4beb2944cb273e7708b236dc3526787888563bcef2f53224be1f
|
||||
MISC ChangeLog 3119 RMD160 9a782fc09cdfe2d859bbe3ad9543154a9d98e9f4 SHA1 f8690e6666ce4d0b512bec7d3391c15678abcee2 SHA256 da24294040d4d18ac2a0f39177da29b9009c47927a117a63716e9956d22bcb91
|
||||
MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
|
||||
|
57
net-misc/ifolder/ifolder-3.8_pre7273.ebuild
Normal file
57
net-misc/ifolder/ifolder-3.8_pre7273.ebuild
Normal 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.8_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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user