delete ical

git-svn-id: https://svn.disconnected-by-peer.at/svn/linamh/trunk/mds@2508 6952d904-891a-0410-993b-d76249ca496b
This commit is contained in:
geos_one 2010-10-11 17:32:09 +00:00
parent 279cd97d5f
commit a57012f774
4 changed files with 0 additions and 95 deletions

View File

@ -1,7 +0,0 @@
# ChangeLog for dev-libs/libical
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
11 Oct 2010; Mario Fetka <mario.fetka@gmail.com> +metadata.xml:
bump gentoo ebuild and add static iuse

View File

@ -1,4 +0,0 @@
DIST libical-0.46.tar.gz 1102093 RMD160 de2f63dd2d99790ebe217f0212e690c952454c46 SHA1 a2a9cad21e0c336246100eef8d079cbaff50a6f3 SHA256 000762efb81501421d94ec56343648a62b3bd2884e7cdf6f638e2c207dd8f6a1
EBUILD libical-0.46.ebuild 1728 RMD160 fa209207a9320c9280fb328399adbcc422779993 SHA1 8e75fb5998b41a125c76aadd96f552fbafcaa62c SHA256 5bfeea6b3b43cf41512106b57ea7f0851d6251be9b11adc0f99199964c94b856
MISC ChangeLog 225 RMD160 d6dc5621cef25f87233711ee7bd91d4ac3568cf7 SHA1 bb00dd4ce489d30145147c60b5fa301972bdb53e SHA256 5dd9a3a0a103d05dd4b2b59dde388b03442b03363375e2b4e95701c85def7c31
MISC metadata.xml 1238 RMD160 c82938e77f387291d6a1c3bf9b0d802f2878dd12 SHA1 b5738f14922c69e78cfb867acdc65eeea25977bf SHA256 2c13f98be5fa8bdaf21ac86bcd00bbeb8944df5615de0cfce35ae4c00ef4b4d5

View File

@ -1,50 +0,0 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/libical/libical-0.44-r1.ebuild,v 1.1 2010/08/19 19:52:24 dagger Exp $
EAPI="2"
DESCRIPTION="An implementation of basic iCAL protocols from citadel, previously known as aurore"
HOMEPAGE="http://freeassociation.sourceforge.net"
SRC_URI="mirror://sourceforge/freeassociation/files/${PN}/${P}/${P}.tar.gz"
LICENSE="|| ( MPL-1.1 LGPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="examples static"
DEPEND=""
RDEPEND="${DEPEND}"
# https://sourceforge.net/tracker2/index.php?func=detail&aid=2196790&group_id=16077&atid=116077
# Upstream states that tests are supposed to fail (I hope sf updates archives
# and answer became visible):
# http://sourceforge.net/mailarchive/forum.php?thread_name=1257441040.20584.3431.camel%40tablet&forum_name=freeassociation-devel
RESTRICT="test"
src_prepare() {
# Do not waste time building examples
sed 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' \
-i Makefile.am Makefile.in || die "sed failed"
# If errors are fatal, some software can segfault
sed 's/^#define ICAL_ERRORS_ARE_FATAL 0/#undef ICAL_ERRORS_ARE_FATAL/' \
-i configure || die "sed failed"
}
src_configure() {
econf \
$(use_enable static) \
--disable-icalerrors-are-fatal
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed."
dodoc AUTHORS ChangeLog NEWS README TEST THANKS TODO \
doc/{AddingOrModifyingComponents,UsingLibical}.txt || die "dodoc failed"
if use examples; then
rm examples/Makefile* examples/CMakeLists.txt
insinto /usr/share/doc/${PF}/examples
doins examples/*
fi
}

View File

@ -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>