evolution-sharp migrated over for revdep-rebuild
git-svn-id: http://svn.sabayonlinux.org/overlay@431 d7aec97c-591d-0410-af39-a8856400b30a
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
DIST evolution-sharp-0.12.0.tar.bz2 277652 RMD160 c77cb2472113087e06645bc4d72a1167199158f5 SHA1 99d17ac829771aa705326fcf1c15eb943950bd9c SHA256 b22acae388dc1d39e00f547d715d02cdf40b8283221f3e87577bee273f1fbc53
|
||||
EBUILD evolution-sharp-0.12.0.ebuild 932 RMD160 8dc04ae1ee3e38471a559dd214535b9ea27c3ced SHA1 452d0f26889263194fd449def1fca8f54156c1ad SHA256 c2c7076ffb50898375b3d530327c8fd6f712656c3627a5902fe6e75e97235f1d
|
||||
MD5 a35fdc5150ccc31a0b34729a22fd6e9a evolution-sharp-0.12.0.ebuild 932
|
||||
RMD160 8dc04ae1ee3e38471a559dd214535b9ea27c3ced evolution-sharp-0.12.0.ebuild 932
|
||||
SHA256 c2c7076ffb50898375b3d530327c8fd6f712656c3627a5902fe6e75e97235f1d evolution-sharp-0.12.0.ebuild 932
|
||||
MD5 4cf71b9cffc5d9f66f89be693cc3dcd0 files/digest-evolution-sharp-0.12.0 271
|
||||
RMD160 20dd9ea48d8ab35547ae3e84a3a5de78b1e37d23 files/digest-evolution-sharp-0.12.0 271
|
||||
SHA256 ceb3e7bae4f061f52712387b21047c4ba44e8f66f5464142d94362eddecb3979 files/digest-evolution-sharp-0.12.0 271
|
||||
@@ -0,0 +1,35 @@
|
||||
# Copyright 1999-2006 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/evolution-sharp/evolution-sharp-0.12.0.ebuild,v 1.1 2006/11/20 01:09:44 dsd Exp $
|
||||
|
||||
inherit mono versionator eutils
|
||||
DESCRIPTION="Mono bindings for Evolution"
|
||||
HOMEPAGE="http://www.gnome.org/projects/beagle/"
|
||||
SRC_URI="mirror://gnome/sources/${PN}/$(get_version_component_range 1-2)/${P}.tar.bz2"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~x86"
|
||||
|
||||
IUSE=""
|
||||
|
||||
DEPEND=">=gnome-extra/evolution-data-server-1.8.1-r1
|
||||
>=dev-lang/mono-1.0
|
||||
>=dev-dotnet/gtk-sharp-2.4.0"
|
||||
|
||||
src_unpack() {
|
||||
unpack ${A}
|
||||
cd ${S}
|
||||
|
||||
# Use correct libdir in pkgconfig files
|
||||
sed -i -e 's:^libdir.*:libdir=@libdir@:' \
|
||||
-e 's:^prefix=:exec_prefix=:' \
|
||||
-e 's:prefix)/lib:libdir):' \
|
||||
${S}/*.pc.in || die
|
||||
}
|
||||
|
||||
src_install() {
|
||||
make DESTDIR=${D} install || die
|
||||
dodoc AUTHORS ChangeLog MAINTAINERS NEWS README
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
MD5 0430359ac6fc7c526e4d4a71de5d22fa evolution-sharp-0.12.0.tar.bz2 277652
|
||||
RMD160 c77cb2472113087e06645bc4d72a1167199158f5 evolution-sharp-0.12.0.tar.bz2 277652
|
||||
SHA256 b22acae388dc1d39e00f547d715d02cdf40b8283221f3e87577bee273f1fbc53 evolution-sharp-0.12.0.tar.bz2 277652
|
||||
Reference in New Issue
Block a user