delete not needed dir
git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2996 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
parent
a2f6be0039
commit
ce991b3caa
@ -1,24 +0,0 @@
|
||||
# ChangeLog for dev-cpp/libvmime
|
||||
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
|
||||
# $Header: $
|
||||
|
||||
22 Mar 2011; Mario Fetka <mario.fetka@gmail.com>
|
||||
libvmime-0.9.2_pre581.ebuild:
|
||||
add zarafa patches
|
||||
|
||||
*libvmime-0.9.2_pre581 (21 Mar 2011)
|
||||
|
||||
21 Mar 2011; Mario Fetka <mario.fetka@gmail.com>
|
||||
+libvmime-0.9.2_pre581.ebuild:
|
||||
add libvmime pre release
|
||||
|
||||
13 Oct 2010; Mario Fetka <mario.fetka@gmail.com> libvmime-0.7.1.ebuild:
|
||||
add arm keyword
|
||||
|
||||
11 Oct 2010; Mario Fetka <mario.fetka@gmail.com> libvmime-0.7.1.ebuild:
|
||||
correct include install
|
||||
|
||||
11 Oct 2010; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
|
||||
add libvmime with fedora patch to rename the lib to libvmime07 to have it
|
||||
clearly sloted
|
||||
|
@ -1,8 +0,0 @@
|
||||
DIST libvmime-0.7.1-zarafa-gentoo-4.tar.bz2 12834 RMD160 3d981f73d72bd86b5f8dd02ffcfcae84f7f8e176 SHA1 c740b5453b93c65d3939ad6c4f4bc1b90c4605f1 SHA256 e087d38c0b5ebf539979c584f6aca2a8ef5bcd7c27ab721df57a6618a1749f64
|
||||
DIST libvmime-0.7.1.tar.bz2 418302 RMD160 259983c8844108c8040bcbae2ea53e453a811124 SHA1 30fefbdd31c2fa46976984f18d4d21bf3c2ec20a SHA256 fc3476aec565341594c7c4dca982539695b61ecb92a438f19860e9130ca019e3
|
||||
DIST libvmime-0.9.2+svn581.tar.bz2 520479 RMD160 64a5da0aab87cc8d8c3af1684424419144906f63 SHA1 fb5f73f471b3904bb5f8c0b9a31403b27dfaec68 SHA256 f1aaa124d40f10b71910cacb059aa77f146094a5ecddc70e46409196b26b26c7
|
||||
DIST libvmime-0.9.2_pre581-zarafa-1.tar.bz2 3091 RMD160 da8a8133f1ffcd0dbc902cfebab9947d424fd73a SHA1 f24e034b502410aefe0e120928c220e15e246fc8 SHA256 025290d28fec79e79886fb24fce6fa2625e464414ce0843d9895fec1251a7a36
|
||||
EBUILD libvmime-0.7.1.ebuild 1594 RMD160 25e780130b70564bbd084e081a6c942e18daddfa SHA1 986cf884f04ab88f9ebba2a98265308ba63f47a5 SHA256 7c5855190244c71487059fa0fd4755eb19d04daacb72ae3a19442eeaaffbac41
|
||||
EBUILD libvmime-0.9.2_pre581.ebuild 1933 RMD160 33f8dacd201d712d1bc23577b842c334b5253a9a SHA1 33cb0465d8cc37d38e3c840e879f74817a68d61f SHA256 1ad5c690db97124f652030fcf11367cc7abf17242aeb7a9b33f06a1732a8886d
|
||||
MISC ChangeLog 726 RMD160 e5bbc488b4bf0297814e0c8408a5a5a286870887 SHA1 6ae2845ff642c87fa9f9867f7eea327daf96e583 SHA256 4ee733cb8eb1e481a25d9c8aab35a0c75d22c22042ba089c3f4b8cc8b7009da8
|
||||
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5
|
@ -1,64 +0,0 @@
|
||||
# Copyright 1999-2010 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils autotools
|
||||
|
||||
DESCRIPTION="Library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP"
|
||||
HOMEPAGE="http://www.vmime.org"
|
||||
SRC_URI="mirror://sourceforge/vmime/${P}.tar.bz2
|
||||
http://ftp.disconnected-by-peer.at/zarafa/${P}-zarafa-gentoo-4.tar.bz2"
|
||||
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0.7"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="debug doc examples +imap +maildir +pop sasl sendmail +smtp ssl static"
|
||||
|
||||
RDEPEND="virtual/libiconv
|
||||
ssl? ( >=net-libs/gnutls-1.2.0 )
|
||||
sasl? ( virtual/gsasl )
|
||||
sendmail? ( virtual/mta )"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
src_prepare() {
|
||||
EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="patch" \
|
||||
EPATCH_FORCE="yes" epatch
|
||||
eautoreconf
|
||||
# die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable debug) \
|
||||
$(use_enable static) \
|
||||
$(use_enable sasl) \
|
||||
$(use_enable ssl tls) \
|
||||
$(use_enable pop messaging-proto-pop3) \
|
||||
$(use_enable smtp messaging-proto-smtp) \
|
||||
$(use_enable imap messaging-proto-imap) \
|
||||
$(use_enable maildir messaging-proto-maildir) \
|
||||
$(use_enable sendmail messaging-proto-sendmail)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
if use doc ; then
|
||||
doxygen vmime.doxygen || die "doxygen failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
dodoc AUTHORS ChangeLog || die "dodoc failed"
|
||||
if use doc ; then
|
||||
dohtml doc/html/* || die "dohtml failed"
|
||||
fi
|
||||
|
||||
insinto /usr/share/doc/${PF}
|
||||
if use examples ; then
|
||||
doins -r examples || die "doins examples failed"
|
||||
fi
|
||||
}
|
@ -1,74 +0,0 @@
|
||||
# Copyright 1999-2011 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: $
|
||||
|
||||
EAPI="2"
|
||||
|
||||
inherit eutils autotools
|
||||
|
||||
MY_PV=${PV/_pre/+svn}
|
||||
MY_PVV=${PV/_pre*/}
|
||||
|
||||
DESCRIPTION="Library for working with MIME messages and Internet messaging services like IMAP, POP or SMTP"
|
||||
HOMEPAGE="http://www.vmime.org"
|
||||
SRC_URI="mirror://sourceforge/vmime/${PN}-${MY_PV}.tar.bz2
|
||||
http://download.zarafa.com/community/beta/7.0/7.0.0beta3-25734/sourcecode/${PN}-${MY_PV}.tar.bz2
|
||||
http://ftp.disconnected-by-peer.at/zarafa/${P}-zarafa-1.tar.bz2"
|
||||
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm ~x86"
|
||||
IUSE="debug doc examples +imap +maildir +pop sasl sendmail +smtp ssl static"
|
||||
|
||||
RDEPEND="virtual/libiconv
|
||||
ssl? ( >=net-libs/gnutls-1.2.0 )
|
||||
sasl? ( virtual/gsasl )
|
||||
sendmail? ( virtual/mta )"
|
||||
DEPEND="${RDEPEND}
|
||||
doc? ( app-doc/doxygen )"
|
||||
|
||||
S="${WORKDIR}/${PN}-${MY_PVV}"
|
||||
|
||||
src_prepare() {
|
||||
sed -i \
|
||||
-e "s|doc/\${PACKAGE_TARNAME}|doc/${PF}|" \
|
||||
-e "s|doc/\$(GENERIC_LIBRARY_NAME)|doc/${PF}|" \
|
||||
configure Makefile.in || die "sed failed"
|
||||
EPATCH_SOURCE="${WORKDIR}/patches" EPATCH_SUFFIX="diff" \
|
||||
EPATCH_FORCE="yes" epatch
|
||||
# AT_M4DIR="m4" eautoreconf
|
||||
# die
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
econf $(use_enable debug) \
|
||||
$(use_enable static) \
|
||||
$(use_enable sasl) \
|
||||
$(use_enable ssl tls) \
|
||||
$(use_enable pop messaging-proto-pop3) \
|
||||
$(use_enable smtp messaging-proto-smtp) \
|
||||
$(use_enable imap messaging-proto-imap) \
|
||||
$(use_enable maildir messaging-proto-maildir) \
|
||||
$(use_enable sendmail messaging-proto-sendmail)
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
default
|
||||
if use doc ; then
|
||||
doxygen vmime.doxygen || die "doxygen failed"
|
||||
fi
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake DESTDIR="${D}" install || die "emake install failed"
|
||||
dodoc AUTHORS ChangeLog || die "dodoc failed"
|
||||
if use doc ; then
|
||||
dohtml doc/html/* || die "dohtml failed"
|
||||
fi
|
||||
|
||||
insinto /usr/share/doc/${PF}
|
||||
if use examples ; then
|
||||
doins -r examples || die "doins examples failed"
|
||||
fi
|
||||
}
|
@ -1,34 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<!--
|
||||
$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.18 2008/07/28 19:27:05 cardoe Exp $
|
||||
|
||||
This is the example metadata file.
|
||||
The root element of this file is <pkgmetadata>. Within this element a
|
||||
number of subelements are allowed: herd, maintainer, and
|
||||
longdescription. herd is a required subelement.
|
||||
|
||||
For a full description look at:
|
||||
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
|
||||
|
||||
|
||||
Before committing, please remove the comments from this file. They are
|
||||
not relevant for general metadata.xml files.
|
||||
-->
|
||||
<pkgmetadata>
|
||||
<herd>no-herd</herd>
|
||||
<maintainer>
|
||||
<email>@gentoo.org</email>
|
||||
<!-- <description>Description of the maintainership</description> -->
|
||||
</maintainer>
|
||||
<!-- <longdescription>Long description of the package</longdescription> -->
|
||||
<!--
|
||||
<use>
|
||||
<flag name='flag'>Description of how USE='flag' affects this package</flag>
|
||||
<flag name='userland_GNU'>Description of how USERLAND='GNU' affects this
|
||||
package</flag>
|
||||
<flag name='aspell'>Uses <pkg>app-text/aspell</pkg> for spell checking.
|
||||
Requires an installed dictionary from <cat>app-dicts</cat></flag>
|
||||
</use>
|
||||
-->
|
||||
</pkgmetadata>
|
Loading…
Reference in New Issue
Block a user