summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarinus Schraal <foser@gentoo.org>2003-02-17 22:02:51 +0000
committerMarinus Schraal <foser@gentoo.org>2003-02-17 22:02:51 +0000
commitfde0c5f1cfcaae6b0fdfd3c0107adcf75ffae122 (patch)
treef5ee525800ad435a61578a9c0c753304ee1a0720 /net-mail/evolution
parentchanged a typo chiset to chipset (diff)
downloadgentoo-2-fde0c5f1cfcaae6b0fdfd3c0107adcf75ffae122.tar.gz
gentoo-2-fde0c5f1cfcaae6b0fdfd3c0107adcf75ffae122.tar.bz2
gentoo-2-fde0c5f1cfcaae6b0fdfd3c0107adcf75ffae122.zip
fix to src_uri
Diffstat (limited to 'net-mail/evolution')
-rw-r--r--net-mail/evolution/ChangeLog5
-rw-r--r--net-mail/evolution/evolution-1.0.7.ebuild192
-rw-r--r--net-mail/evolution/evolution-1.0.8-r2.ebuild4
-rw-r--r--net-mail/evolution/evolution-1.2.0-r1.ebuild4
-rw-r--r--net-mail/evolution/evolution-1.2.0.ebuild212
-rw-r--r--net-mail/evolution/evolution-1.2.1.ebuild4
-rw-r--r--net-mail/evolution/evolution-1.2.2.ebuild4
-rw-r--r--net-mail/evolution/files/digest-evolution-1.0.72
-rw-r--r--net-mail/evolution/files/digest-evolution-1.2.02
9 files changed, 12 insertions, 417 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog
index 62d1699690f5..7244b05945a6 100644
--- a/net-mail/evolution/ChangeLog
+++ b/net-mail/evolution/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-mail/evolution
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.40 2003/02/16 20:40:37 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.41 2003/02/17 22:02:51 foser Exp $
+
+ 17 Feb 2003; foser <foser@gentoo.org> evolution-1.[2.0-r1,0.8,2.1,2.2].ebuild :
+ Fixed db source uri (#15839)
*evolution-1.2.2 (16 Feb 2003)
diff --git a/net-mail/evolution/evolution-1.0.7.ebuild b/net-mail/evolution/evolution-1.0.7.ebuild
deleted file mode 100644
index 01f3405c77f7..000000000000
--- a/net-mail/evolution/evolution-1.0.7.ebuild
+++ /dev/null
@@ -1,192 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.7.ebuild,v 1.9 2003/02/13 14:28:31 vapier Exp $
-
-IUSE="ssl nls mozilla ldap doc spell pda"
-
-#provide Xmake and Xemake
-
-inherit virtualx libtool
-
-DB3=db-3.1.17
-S=${WORKDIR}/${P}
-DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
-SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz
- ftp://ftp.ximian.com/pub/source/${PN}/${P}.tar.gz
- http://people.codefactory.se/~micke/${PN}/${P}.tar.gz
- http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz"
-HOMEPAGE="http://www.ximian.com"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 sparc "
-
-RDEPEND="!>=app-text/gnome-spell-0.5
- !>=gnome-extra/gtkhtml-1.1
- >=gnome-extra/bonobo-conf-0.14
- >=gnome-base/bonobo-1.0.18
- >=gnome-extra/gal-0.19.2
- ( >=gnome-base/gconf-1.0.7
- <gnome-base/gconf-1.1 )
- >=gnome-extra/gtkhtml-1.0.2-r2
- >=gnome-base/oaf-0.6.7
- >=gnome-base/ORBit-0.5.12
- ( >=gnome-base/libglade-0.17-r1
- <gnome-base/libglade-2.0 )
- >=media-libs/gdk-pixbuf-0.14.0
- >=dev-libs/libxml-1.8.16
- ( >=gnome-base/gnome-vfs-1.0.2-r2
- <gnome-base/gnome-vfs-1.9 )
- >=gnome-base/gnome-print-0.34
- ( >=app-text/scrollkeeper-0.2
- <app-text/scrollkeeper-0.3 )
- =dev-util/gob-1*
- ssl? ( >=net-www/mozilla-0.9.9 )
- ldap? ( >=net-nds/openldap-2.0 )
- mozilla? ( >=net-www/mozilla-0.9.9 )
- pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2 )
- spell? ( >=app-text/gnome-spell-0.4.1-r1 )"
-
-# Added dependency on "dev-util/gob" this should fix a configure bug
-
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-1.4.1-r1
- doc? ( dev-util/gtk-doc )
- nls? ( >=dev-util/intltool-0.11
- sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # Fix the filter crash. This is actually a problem in the add and
- # edit code. Mikael Hallendal originally fixed the bug in the add
- # code. I added the fixes for the edit code.
- #
- # Martin Schlemmer (02 April 2002)
- patch -p0 < ${FILESDIR}/evolution-1.0.3-filter-crash.patch || die
- # add mandrake patches
- # fix KDE detection
- patch -d ${S} -p1 < ${FILESDIR}/evolution-1.0.2-kde.patch || die
- # call pilot conduit applet (not pilot link applet)
- patch -d ${S} -p1 < ${FILESDIR}/evolution-1.0.2-conduit.patch || die
- # Patch from Preston A. Elder to resolve bug #1355
- # fix a problem with literal strings and sertain IMAP servers
- patch -d ${S} -p1 < ${FILESDIR}/evolution-1.0.2-imapfix.diff || die
-
- # lobtoolize to fix not all libs installing, and buggy .la files.
- # also add the gnome-pilot.m4 to the macros directory to fix
- # problems with the pilot conduct
- cd ${S}
- if [ ! -f ${S}/macros/gnome-pilot.m4 ]
- then
- cp -f ${FILESDIR}/gnome-pilot.m4 ${S}/macros || die
- fi
- elibtoolize
- aclocal -I macros
- automake --add-missing
- autoconf
-}
-
-src_compile() {
-
- cd ${WORKDIR}/${DB3}/build_unix
- ../dist/configure --prefix=${WORKDIR}/db3 || die
-
- make || die
- make prefix=${WORKDIR}/db3 install || die
-
- cd ${S}
-
- local myconf=""
-
- MOZILLA=$MOZILLA_FIVE_HOME
-
- if [ -n "`use pda`" ] ; then
- myconf="${myconf} --with-pisock=/usr --enable-pilot-conduits=yes"
- else
- myconf="${myconf} --enable-pilot-conduits=no"
- fi
-
- if [ -n "`use ldap`" ] ; then
- myconf="${myconf} --with-openldap=yes"
- else
- myconf="${myconf} --with-openldap=no"
- fi
-
- if [ -n "`use mozilla`" ] ; then
- myconf="${myconf} --with-nspr-includes=${MOZILLA}/include/nspr \
- --with-nspr-libs=${MOZILLA}"
- else
- myconf="${myconf} --without-nspr-libs --without-nspr-includes"
- fi
-
- if [ -n "`use ssl`" ] ; then
- myconf="${myconf} --with-nss-includes=${MOZILLA}/include/nss \
- --with-nss-libs=${MOZILLA}"
- else
- myconf="${myconf} --without-nss-libs --without-nss-includes"
- fi
-
- # SSL needs NSPR libs ...
- if [ -n "`use ssl`" ] && [ -z "`use mozilla`" ] ; then
- myconf="${myconf} --with-nspr-includes=${MOZILLA}/include/nspr \
- --with-nspr-libs=${MOZILLA}"
- fi
-
- if [ -n "`use doc`" ] ; then
- myconf="${myconf} --enable-gtk-doc"
- else
- myconf="${myconf} --disable-gtk-doc"
- fi
-
- if [ -z "`use nls`" ] ; then
- myconf="${myconf} --disable-nls"
- fi
-
- CFLAGS="${CFLAGS} -I/usr/include/libpisock"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-db3=${WORKDIR}/db3 \
- --disable-python-bindings \
- ${myconf} || die
-
- #needs to be able to connect to X display to build.
- Xemake || Xmake || die
-}
-
-src_install() {
- cd omf-install
- cp Makefile Makefile.old
- sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile
- rm Makefile.old
- cd ${S}
-
- # Don't use DESTDIR it violates sandbox // Hallski
- make prefix=${D}/usr \
- mandir=${D}/usr/share/man \
- infodir=${D}/usr/share/info \
- datadir=${D}/usr/share \
- sysconfdir=${D}/etc \
- localstatedir=${D}/var/lib \
- KDE_APPLNK_DIR=${D}/usr/share/applnk \
- install || die
-
- dodoc AUTHORS COPYING* ChangeLog HACKING MAINTAINERS
- dodoc NEWS README
-}
-
-pkg_postinst() {
- echo ">>> Updating Scrollkeeper database..."
- scrollkeeper-update >/dev/null 2>&1
-}
-
-pkg_postrm() {
- echo ">>> Updating Scrollkeeper database..."
- scrollkeeper-update >/dev/null 2>&1
-}
-
diff --git a/net-mail/evolution/evolution-1.0.8-r2.ebuild b/net-mail/evolution/evolution-1.0.8-r2.ebuild
index 38cbf2901405..c8fc2d9f2948 100644
--- a/net-mail/evolution/evolution-1.0.8-r2.ebuild
+++ b/net-mail/evolution/evolution-1.0.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.8-r2.ebuild,v 1.6 2003/02/13 14:28:36 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.0.8-r2.ebuild,v 1.7 2003/02/17 22:02:51 foser Exp $
IUSE="ssl nls mozilla ldap doc spell pda"
@@ -14,7 +14,7 @@ DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
SRC_URI="ftp://ftp.gnome.org/pub/GNOME/stable/sources/${PN}/${P}.tar.gz
ftp://ftp.ximian.com/pub/source/${PN}/${P}.tar.gz
http://people.codefactory.se/~micke/${PN}/${P}.tar.gz
- http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz"
+ http://www.sleepycat.com/update/snapshot/${DB3}.tar.gz"
HOMEPAGE="http://www.ximian.com"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-mail/evolution/evolution-1.2.0-r1.ebuild b/net-mail/evolution/evolution-1.2.0-r1.ebuild
index ff3ce102e4c9..283ee20e4b3b 100644
--- a/net-mail/evolution/evolution-1.2.0-r1.ebuild
+++ b/net-mail/evolution/evolution-1.2.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.0-r1.ebuild,v 1.4 2003/02/13 14:28:42 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.0-r1.ebuild,v 1.5 2003/02/17 22:02:51 foser Exp $
IUSE="ssl nls mozilla ldap doc spell pda ipv6"
@@ -12,7 +12,7 @@ DB3="db-3.1.17"
S="${WORKDIR}/${P}"
DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
SRC_URI="${SRC_URI}
- http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz"
+ http://www.sleepycat.com/update/snapshot/${DB3}.tar.gz"
HOMEPAGE="http://www.ximian.com"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-mail/evolution/evolution-1.2.0.ebuild b/net-mail/evolution/evolution-1.2.0.ebuild
deleted file mode 100644
index cc6821a6340d..000000000000
--- a/net-mail/evolution/evolution-1.2.0.ebuild
+++ /dev/null
@@ -1,212 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.0.ebuild,v 1.6 2003/02/13 14:28:46 vapier Exp $
-
-IUSE="ssl nls mozilla ldap doc spell pda ipv6"
-
-#provide Xmake and Xemake
-
-inherit eutils gnome.org virtualx libtool
-
-DB3="db-3.1.17"
-S="${WORKDIR}/${P}"
-DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
-SRC_URI="${SRC_URI}
- http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz"
-HOMEPAGE="http://www.ximian.com"
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 ~ppc ~sparc "
-
-RDEPEND="app-text/scrollkeeper
- >=gnome-extra/bonobo-conf-0.16
- >=gnome-base/bonobo-1.0.21
- >=gnome-base/gnome-common-1.2
- >=gnome-extra/gal-0.21
- =gnome-base/gconf-1.0*
- >=gnome-extra/gtkhtml-1.1.5
- >=gnome-base/oaf-0.6.10
- >=gnome-base/ORBit-0.5.12
- ( >=gnome-base/libglade-0.17-r1
- <gnome-base/libglade-2.0 )
- >=media-libs/gdk-pixbuf-0.18.0
- >=dev-libs/libxml-1.8.17
- =gnome-base/gnome-vfs-1.0*
- >=gnome-base/gnome-print-0.35
- =dev-util/gob-1*
- >=net-libs/soup-0.7.4-r1
- doc? ( >=app-text/scrollkeeper-0.3.10-r1 )
- ssl? ( >=net-www/mozilla-0.9.9 )
- ssl? ( >=dev-libs/openssl-0.9.5 )
- ldap? ( >=net-nds/openldap-2.0 )
- mozilla? ( >=net-www/mozilla-0.9.9 )
- pda? ( >=gnome-extra/gnome-pilot-0.1.61-r2
- >=dev-libs/pilot-link-0.11.5 )
- spell? ( >=app-text/gnome-spell-0.5 )"
-
-# the pilot-link dep is normally covered by gnome-pilot, but evo
-# requires an higher version then gnome-pilot (bug #10307)
-
-# ssl? ( mozilla? ( >=net-www/mozilla-0.9.9 ) )
-# ssl? ( !mozilla? ( >=dev-libs/openssl-0.9.5 ) )
-# This is how the deps should be, but portage cannot handle it
-
-# Added dependency on "dev-util/gob" this should fix a configure bug
-
-DEPEND="${RDEPEND}
- >=sys-devel/libtool-1.4.1-r1
- doc? ( dev-util/gtk-doc )
- nls? ( >=dev-util/intltool-0.20
- sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S};
- # Mandrake patches
- epatch ${FILESDIR}/${PN}-1.1.90-kde.patch
- epatch ${FILESDIR}/${PN}-1.1.90-scrollkeeper.patch
- epatch ${FILESDIR}/${PN}-1.1.90-subversion.patch
- epatch ${FILESDIR}/${PN}-1.1.90-utf8.patch
-
- # libtoolize to fix not all libs installing, and buggy .la files.
- # also add the gnome-pilot.m4 to the macros directory to fix
- # problems with the pilot conduct
- cd ${S}; cp -f ltmain.sh ${S}/libical/
- elibtoolize --reverse-deps
- aclocal -I macros -I /usr/share/aclocal/gnome-macros
- autoconf
- automake --add-missing
-
- (cd libical ; aclocal -I /usr/share/aclocal/gnome-macros ; autoconf)
-
- # Fix sandbox errors
- cd ${S}/default_user
- cp Makefile.in Makefile.in.orig
- sed -e 's:-mkdir $(defaultdir:-mkdir $(DESTDIR)$(defaultdir:g' \
- Makefile.in.orig > Makefile.in
-}
-
-src_compile() {
-
- # *************************************************************
- #
- # DB3 compile...
- #
- # *************************************************************
-
- einfo "Compiling DB3..."
- cd ${WORKDIR}/${DB3}/build_unix
- ../dist/configure --prefix=${WORKDIR}/db3 || die
-
- make || die
- make prefix=${WORKDIR}/db3 install || die
-
- # *************************************************************
- #
- # Evolution compile...
- #
- # *************************************************************
-
- einfo "Compiling Evolution..."
- cd ${S}
-
- local myconf=""
- local MOZILLA="${MOZILLA_FIVE_HOME}"
-
- if [ -n "`use pda`" ] ; then
- myconf="${myconf} --with-pisock=/usr --enable-pilot-conduits=yes"
- else
- myconf="${myconf} --enable-pilot-conduits=no"
- fi
-
- if [ -n "`use ldap`" ] ; then
- myconf="${myconf} --with-openldap=yes"
- else
- myconf="${myconf} --with-openldap=no"
- fi
-
- # Use Mozilla NSS libs if 'mozilla' *and* 'ssl' in USE
- if [ -n "`use ssl`" -a -n "`use mozilla`" ] ; then
- myconf="${myconf} --enable-nss=yes \
- --with-nspr-includes=${MOZILLA}/include/nspr \
- --with-nspr-libs=${MOZILLA} \
- --with-nss-includes=${MOZILLA}/include/nss \
- --with-nss-libs=${MOZILLA}"
- else
- myconf="${myconf} --without-nspr-libs --without-nspr-includes \
- --without-nss-libs --without-nss-includes"
- fi
-
- # Else use OpenSSL if 'mozilla' not in USE ...
- if [ -n "`use ssl`" ] && [ -z "`use mozilla`" ] ; then
- myconf="${myconf} --enable-openssl=yes"
- fi
-
- if [ -n "`use doc`" ] ; then
- myconf="${myconf} --enable-gtk-doc"
- else
- myconf="${myconf} --disable-gtk-doc"
- fi
-
- if [ -n "`use ipv6`" ] ; then
- myconf="${myconf} --enable-ipv6=yes"
- else
- myconf="${myconf} --enable-ipv6=no"
- fi
-
- if [ -z "`use nls`" ] ; then
- myconf="${myconf} --disable-nls"
- fi
-
- CFLAGS="${CFLAGS} -I/usr/include/libpisock"
- ./configure --host=${CHOST} \
- --prefix=/usr \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info \
- --datadir=/usr/share \
- --sysconfdir=/etc \
- --localstatedir=/var/lib \
- --with-db3=${WORKDIR}/db3 \
- --disable-python-bindings \
- ${myconf} || die
-
- #needs to be able to connect to X display to build.
- Xemake || Xmake || die
-}
-
-src_install() {
- cd omf-install
- cp Makefile Makefile.old
- sed -e "s:scrollkeeper-update.*::g" Makefile.old > Makefile
- rm Makefile.old
- cd ${S}
-
- # Install with $DESTDIR, as in some rare cases $D gets hardcoded
- # into the binaries (seems like a ccache problem at present),
- # because everything is recompiled with the "new" PREFIX, if
- # $DESTDIR is _not_ used.
- make DESTDIR=${D} \
- prefix=/usr \
- mandir=/usr/share/man \
- infodir=/usr/share/info \
- datadir=/usr/share \
- sysconfdir=/etc \
- localstatedir=/var/lib \
- KDE_APPLNK_DIR=/usr/share/applnk \
- install || die
-
- dodoc AUTHORS COPYING* ChangeLog HACKING MAINTAINERS
- dodoc NEWS README
-}
-
-pkg_postinst() {
- echo ">>> Updating Scrollkeeper database..."
- scrollkeeper-update >/dev/null 2>&1
-}
-
-pkg_postrm() {
- echo ">>> Updating Scrollkeeper database..."
- scrollkeeper-update >/dev/null 2>&1
-}
-
diff --git a/net-mail/evolution/evolution-1.2.1.ebuild b/net-mail/evolution/evolution-1.2.1.ebuild
index 15307f260c00..11ab658b2fc9 100644
--- a/net-mail/evolution/evolution-1.2.1.ebuild
+++ b/net-mail/evolution/evolution-1.2.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.1.ebuild,v 1.3 2003/02/13 14:28:53 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.1.ebuild,v 1.4 2003/02/17 22:02:51 foser Exp $
IUSE="ssl nls mozilla ldap doc spell pda ipv6"
@@ -12,7 +12,7 @@ DB3="db-3.1.17"
S="${WORKDIR}/${P}"
DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
SRC_URI="${SRC_URI}
- http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz"
+ http://www.sleepycat.com/update/snapshot/${DB3}.tar.gz"
HOMEPAGE="http://www.ximian.com"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-mail/evolution/evolution-1.2.2.ebuild b/net-mail/evolution/evolution-1.2.2.ebuild
index 0473d71ce3dd..f2376fb54055 100644
--- a/net-mail/evolution/evolution-1.2.2.ebuild
+++ b/net-mail/evolution/evolution-1.2.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.2.ebuild,v 1.1 2003/02/16 20:40:37 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.2.2.ebuild,v 1.2 2003/02/17 22:02:51 foser Exp $
IUSE="ssl nls mozilla ldap doc spell pda ipv6"
@@ -12,7 +12,7 @@ DB3="db-3.1.17"
S="${WORKDIR}/${P}"
DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
SRC_URI="${SRC_URI}
- http://www.sleepycat.com/update/3.1.17/${DB3}.tar.gz"
+ http://www.sleepycat.com/update/snapshot/${DB3}.tar.gz"
HOMEPAGE="http://www.ximian.com"
SLOT="0"
LICENSE="GPL-2"
diff --git a/net-mail/evolution/files/digest-evolution-1.0.7 b/net-mail/evolution/files/digest-evolution-1.0.7
deleted file mode 100644
index ef6fb59942cf..000000000000
--- a/net-mail/evolution/files/digest-evolution-1.0.7
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 98de5a37e7ff94ba30607671176e8a2c evolution-1.0.7.tar.gz 13852125
-MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1954117
diff --git a/net-mail/evolution/files/digest-evolution-1.2.0 b/net-mail/evolution/files/digest-evolution-1.2.0
deleted file mode 100644
index ae6db4b9e9b4..000000000000
--- a/net-mail/evolution/files/digest-evolution-1.2.0
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 949c31941e869606ab808ce42f3a8e98 evolution-1.2.0.tar.bz2 12129466
-MD5 5baeb94fb934d0bf783ea42117c400be db-3.1.17.tar.gz 1954117