diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-04 03:13:31 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-02-04 03:13:31 +0000 |
commit | 39a7d285534dd7ae1b11ff6a6f8ccc8d969d2959 (patch) | |
tree | 12488a59ba8efb2a981606a58adf6aaf06469475 /kde-base/libkpimexchange | |
parent | Remove old versions. (diff) | |
download | gentoo-2-39a7d285534dd7ae1b11ff6a6f8ccc8d969d2959.tar.gz gentoo-2-39a7d285534dd7ae1b11ff6a6f8ccc8d969d2959.tar.bz2 gentoo-2-39a7d285534dd7ae1b11ff6a6f8ccc8d969d2959.zip |
Remove old versions.
(Portage version: 2.1.2-r7)
Diffstat (limited to 'kde-base/libkpimexchange')
-rw-r--r-- | kde-base/libkpimexchange/ChangeLog | 6 | ||||
-rw-r--r-- | kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.2 | 3 | ||||
-rw-r--r-- | kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild | 34 |
3 files changed, 5 insertions, 38 deletions
diff --git a/kde-base/libkpimexchange/ChangeLog b/kde-base/libkpimexchange/ChangeLog index afab015cbdce..bbc6b875b42c 100644 --- a/kde-base/libkpimexchange/ChangeLog +++ b/kde-base/libkpimexchange/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for kde-base/libkpimexchange # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.66 2007/01/17 18:47:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/ChangeLog,v 1.67 2007/02/04 03:13:30 flameeyes Exp $ + + 04 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> + -libkpimexchange-3.5.2.ebuild: + Remove old versions. 17 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Tarball was refreshed, regenerate digest. diff --git a/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.2 b/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.2 deleted file mode 100644 index 614bd87074cf..000000000000 --- a/kde-base/libkpimexchange/files/digest-libkpimexchange-3.5.2 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ac6b3b503e27a65a7b883c1e0a57262e kdepim-3.5.2.tar.bz2 12887336 -RMD160 8e6571d14bbf6b3370c4fdb108a1a79625e87365 kdepim-3.5.2.tar.bz2 12887336 -SHA256 9c038a80912894b3ec132b2c7219ec5549ca80dcdeec88555928d2e038966539 kdepim-3.5.2.tar.bz2 12887336 diff --git a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild b/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild deleted file mode 100644 index 106ebce958a3..000000000000 --- a/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/libkpimexchange/libkpimexchange-3.5.2.ebuild,v 1.10 2006/09/26 21:53:11 deathwing00 Exp $ - -KMNAME=kdepim -MAXKDEVER=$PV -KM_DEPRANGE="$PV $MAXKDEVER" -inherit kde-meta eutils - -DESCRIPTION="KDE PIM exchange library" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86" -IUSE="" - -DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcal)" - -RDEPEND="${DEPEND}" - -KMCOPYLIB="libkcal libkcal" -# libkcal is installed because a lot of headers are needed, but it don't have to be compiled -KMEXTRACTONLY=" - libkcal/" -KMCOMPILEONLY=" - libkcal/libical/src/libical/ - libkcal/libical/src/libicalss/" - -src_compile() { - kde-meta_src_compile myconf configure - # generate "ical.h" - cd ${S}/libkcal/libical/src/libical && make ical.h - # generate "icalss.h" - cd ${S}/libkcal/libical/src/libicalss && make icalss.h - - kde-meta_src_compile make -} |