diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 20:45:48 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-15 20:45:48 +0000 |
commit | d0592ce802066216066e200a868f9bbb814dcede (patch) | |
tree | 267d75a39459ef9928f31c94ecbf9b3ca4476a8c /net-mail/sylpheed-claws | |
parent | digest (diff) | |
download | gentoo-2-d0592ce802066216066e200a868f9bbb814dcede.tar.gz gentoo-2-d0592ce802066216066e200a868f9bbb814dcede.tar.bz2 gentoo-2-d0592ce802066216066e200a868f9bbb814dcede.zip |
cleanup
Diffstat (limited to 'net-mail/sylpheed-claws')
8 files changed, 0 insertions, 442 deletions
diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 deleted file mode 100644 index fdd93790de58..000000000000 --- a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 08645275c58d63929f2a6224dc684d05 sylpheed-0.8.10claws.tar.bz2 1825609 diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.3 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.3 deleted file mode 100644 index 9f34ef36344a..000000000000 --- a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 0a605ce1db550512ac652a371e6d46fd sylpheed-0.8.3claws.tar.bz2 1738643 -MD5 0aefb7655f3e882205dc02770b0a7cac sylpheed-gentoo-extra.tar.bz2 3389 diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.5 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.5 deleted file mode 100644 index 085f11a3075e..000000000000 --- a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.5 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 aec1d9d47ed128d82858c8692269bd07 sylpheed-0.8.5claws.tar.bz2 1751323 -MD5 0aefb7655f3e882205dc02770b0a7cac sylpheed-gentoo-extra.tar.bz2 3389 diff --git a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.9 b/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.9 deleted file mode 100644 index 6f4111374452..000000000000 --- a/net-mail/sylpheed-claws/files/digest-sylpheed-claws-0.8.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 c32f8a445b219694e827e7d370d6d487 sylpheed-0.8.9claws.tar.bz2 1900077 diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild deleted file mode 100644 index b70606f5c126..000000000000 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.10.ebuild +++ /dev/null @@ -1,118 +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/sylpheed-claws/sylpheed-claws-0.8.10.ebuild,v 1.2 2003/04/22 23:31:19 vladimir Exp $ - -IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" - -inherit eutils - -MY_P="sylpheed-${PV}claws" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Bleeding edge version of Sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" -HOMEPAGE="http://sylpheed-claws.sf.net" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" - -DEPEND="=x11-libs/gtk+-1.2* - pda? ( >=app-misc/jpilot-0.99 ) - ssl? ( >=dev-libs/openssl-0.9.6b ) - ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( =app-crypt/gpgme-0.3.14 ) - gnome? ( >=media-libs/gdk-pixbuf-0.16 ) - imlib? ( >=media-libs/imlib-1.9.10 ) - spell? ( virtual/aspell-dict ) - xface? ( >=media-libs/compface-1.4 ) - gtkhtml? ( net-www/dillo ) - x11-misc/shared-mime-info" - -RDEPEND="nls? ( sys-devel/gettext )" - -PROVIDE="virtual/sylpheed" - -src_unpack() { - unpack ${A} - - # This patch allows for dillo web browser to be embeedded - if use gtkhtml - then - cd ${S} - epatch ${FILESDIR}/sylpheed-0.8.3claws32-dillo.patch - fi - - # Change package name to sylpheed-claws ... - for i in `find ${S}/ -name 'configure*'` - do - cp $i ${i}.orig - sed -e "s/PACKAGE\=sylpheed/PACKAGE\=sylpheed-claws/" \ - ${i}.orig > ${i} - done - - # use shared-mime-info - cd ${S}/src - epatch ${FILESDIR}/procmime.patch -} - -src_compile() { - local myconf - - use gnome \ - && myconf="${myconf} --enable-gdk-pixbuf" \ - || myconf="${myconf} --disable-gdk-pixbuf" - - use imlib \ - && myconf="${myconf} --enable-imlib" \ - || myconf="${myconf} --disable-imlib" - - use spell \ - && myconf="${myconf} --enable-aspell" \ - || myconf="${myconf} --disable-aspell" - - use ldap && myconf="${myconf} --enable-ldap" - - use ssl && myconf="${myconf} --enable-openssl" - - use crypt && myconf="${myconf} --enable-gpgme" - - use ipv6 && myconf="${myconf} --enable-ipv6" - - use pda && myconf="${myconf} --enable-jpilot" - - use nls || myconf="${myconf} --disable-nls" - - echo ${myconf} - - econf \ - --program-suffix=-claws \ - --enable-spamassassin-plugin \ - ${myconf} || die "./configure failed" - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - local menuentry="/usr/share/gnome/apps/Internet/sylpheed.desktop" - use gnome \ - && { - dosed "s/Sylpheed/Sylpheed Claws/" ${menuentry} - dosed "s/sylpheed/sylpheed-claws/" ${menuentry} - mv ${D}${menuentry} ${D}${menuentry/sylpheed/sylpheed-claws} - } \ - || rm -rf ${D}/usr/share/gnome - - mv ${D}/usr/share/pixmaps/sylpheed.png \ - ${D}/usr/share/pixmaps/sylpheed-claws.png - - dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* -} - -pkg_postinst() { - einfo "A new plugin scheme has been implemented and a spamassassin plugin" - einfo "now comes with sylpheed-claws. For info on these please read the" - einfo "Changelog" -} diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild deleted file mode 100644 index 199dfeb3cadd..000000000000 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.3.ebuild +++ /dev/null @@ -1,100 +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/sylpheed-claws/sylpheed-claws-0.8.3.ebuild,v 1.7 2003/04/22 23:31:19 vladimir Exp $ - -IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" - - -MY_P="sylpheed-${PV}claws" -S=${WORKDIR}/${MY_P} -S2=${WORKDIR}/gentoo-extra -DESCRIPTION="Bleeding edge version of Sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2 - mirror://gentoo/sylpheed-gentoo-extra.tar.bz2" -HOMEPAGE="http://sylpheed-claws.sf.net" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc " - -DEPEND="=x11-libs/gtk+-1.2* - pda? ( >=app-misc/jpilot-0.99 ) - ssl? ( >=dev-libs/openssl-0.9.6b ) - ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( >=app-crypt/gpgme-0.3.14 ) - gnome? ( >=media-libs/gdk-pixbuf-0.16 ) - imlib? ( >=media-libs/imlib-1.9.10 ) - spell? ( virtual/aspell-dict ) - xface? ( >=media-libs/compface-1.4 ) - gtkhtml? ( net-www/dillo )" - -RDEPEND="${DEPEND} - nls? ( sys-devel/gettext )" - -PROVIDE="virtual/sylpheed" - -src_unpack() { - - unpack ${A} - - # This patch allows for dillo web browser to be embeedded - if use gtkhtml - then - cd ${S} - patch -p1 < ${S2}/${PN}-0.8.1-gentoo.patch || die - fi -} - -src_compile() { - local myconf - - use ssl && myconf="${myconf} --enable-ssl" - - use crypt && myconf="${myconf} --enable-gpgme" - - use gnome && \ - myconf="${myconf} --enable-gdk-pixbuf" || \ - myconf="${myconf} --disable-gdk-pixbuf" - - use imlib && \ - myconf="${myconf} --enable-imlib" || \ - myconf="${myconf} --disable-imlib" - - use ldap && myconf="${myconf} --enable-ldap" - - use spell \ - && myconf="${myconf} --enable-aspell" \ - || myconf="${myconf} --disable-aspell" - - use ipv6 && myconf="${myconf} --enable-ipv6" - - use pda && myconf="${myconf} --enable-jpilot" - - use nls || myconf="${myconf} --disable-nls" - - econf \ - --program-suffix=-claws \ - ${myconf} || die "./configure failed" - - for i in `find . -name Makefile` ; do - cp $i ${i}.orig - sed "s/PACKAGE = sylpheed/PACKAGE = sylpheed-claws/" \ - < ${i}.orig \ - > ${i} - done - cp sylpheed.desktop sylpheed.desktop.orig - sed "s/sylpheed.png/sylpheed-claws.png/" \ - < sylpheed.desktop.orig - > sylpheed.desktop - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - use gnome || rm -rf ${D}/usr/share/gnome - - mv ${D}/usr/share/pixmaps/sylpheed.png \ - ${D}/usr/share/pixmaps/sylpheed-claws.png -} diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild deleted file mode 100644 index ed61ef396d1e..000000000000 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.5.ebuild +++ /dev/null @@ -1,100 +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/sylpheed-claws/sylpheed-claws-0.8.5.ebuild,v 1.10 2003/04/22 23:31:19 vladimir Exp $ - -IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" - - -MY_P="sylpheed-${PV}claws" -S=${WORKDIR}/${MY_P} -S2=${WORKDIR}/gentoo-extra -DESCRIPTION="Bleeding edge version of Sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" -HOMEPAGE="http://sylpheed-claws.sf.net" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" - -DEPEND="=x11-libs/gtk+-1.2* - pda? ( >=app-misc/jpilot-0.99 ) - ssl? ( >=dev-libs/openssl-0.9.6b ) - ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( =app-crypt/gpgme-0.3.14 ) - gnome? ( >=media-libs/gdk-pixbuf-0.16 ) - imlib? ( >=media-libs/imlib-1.9.10 ) - spell? ( virtual/aspell-dict ) - xface? ( >=media-libs/compface-1.4 ) - gtkhtml? ( net-www/dillo )" - -RDEPEND="nls? ( sys-devel/gettext )" - -PROVIDE="virtual/sylpheed" - -src_unpack() { - - unpack ${A} - - # This patch allows for dillo web browser to be embeedded - if use gtkhtml - then - cd ${S} - patch -p1 < ${FILESDIR}/sylpheed-0.8.3claws32-dillo.patch || die - fi -} - -src_compile() { - local myconf - - use ssl && myconf="${myconf} --enable-ssl" - - use crypt && myconf="${myconf} --enable-gpgme" - - use gnome && \ - myconf="${myconf} --enable-gdk-pixbuf" || \ - myconf="${myconf} --disable-gdk-pixbuf" - - use imlib && \ - myconf="${myconf} --enable-imlib" || \ - myconf="${myconf} --disable-imlib" - - use ldap && myconf="${myconf} --enable-ldap" - - use spell \ - && myconf="${myconf} --enable-aspell" \ - || myconf="${myconf} --disable-aspell" - - use ipv6 && myconf="${myconf} --enable-ipv6" - - use pda && myconf="${myconf} --enable-jpilot" - - use nls || myconf="${myconf} --disable-nls" - - econf \ - --program-suffix=-claws \ - ${myconf} || die "./configure failed" - - for i in `find . -name Makefile` ; do - cp $i ${i}.orig - sed "s/PACKAGE = sylpheed/PACKAGE = sylpheed-claws/" \ - < ${i}.orig \ - > ${i} - done - cp sylpheed.desktop sylpheed.desktop.orig - sed "s/sylpheed.png/sylpheed-claws.png/" \ - < sylpheed.desktop.orig - > sylpheed.desktop - - emake || die -} - -src_install () { - make DESTDIR=${D} install || die - - use gnome || rm -rf ${D}/usr/share/gnome - - mv ${D}/usr/share/pixmaps/sylpheed.png \ - ${D}/usr/share/pixmaps/sylpheed-claws.png - - dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* -} diff --git a/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild b/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild deleted file mode 100644 index abd1eb985bc2..000000000000 --- a/net-mail/sylpheed-claws/sylpheed-claws-0.8.9.ebuild +++ /dev/null @@ -1,118 +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/sylpheed-claws/sylpheed-claws-0.8.9.ebuild,v 1.8 2003/04/22 23:31:19 vladimir Exp $ - -IUSE="nls gnome xface gtkhtml crypt spell imlib ssl ldap ipv6 pda" - -inherit eutils - -MY_P="sylpheed-${PV}claws" -S="${WORKDIR}/${MY_P}" - -DESCRIPTION="Bleeding edge version of Sylpheed" -SRC_URI="mirror://sourceforge/sylpheed-claws/${MY_P}.tar.bz2" -HOMEPAGE="http://sylpheed-claws.sf.net" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" - -DEPEND="=x11-libs/gtk+-1.2* - pda? ( >=app-misc/jpilot-0.99 ) - ssl? ( >=dev-libs/openssl-0.9.6b ) - ldap? ( >=net-nds/openldap-2.0.7 ) - crypt? ( =app-crypt/gpgme-0.3.14 ) - gnome? ( >=media-libs/gdk-pixbuf-0.16 ) - imlib? ( >=media-libs/imlib-1.9.10 ) - spell? ( virtual/aspell-dict ) - xface? ( >=media-libs/compface-1.4 ) - gtkhtml? ( net-www/dillo ) - x11-misc/shared-mime-info" - -RDEPEND="nls? ( sys-devel/gettext )" - -PROVIDE="virtual/sylpheed" - -src_unpack() { - unpack ${A} - - # This patch allows for dillo web browser to be embeedded - if use gtkhtml - then - cd ${S} - epatch ${FILESDIR}/sylpheed-0.8.3claws32-dillo.patch - fi - - # Change package name to sylpheed-claws ... - for i in `find ${S}/ -name 'configure*'` - do - cp $i ${i}.orig - sed -e "s/PACKAGE\=sylpheed/PACKAGE\=sylpheed-claws/" \ - ${i}.orig > ${i} - done - - # use shared-mime-info - cd ${S}/src - epatch ${FILESDIR}/procmime.patch -} - -src_compile() { - local myconf - - use gnome \ - && myconf="${myconf} --enable-gdk-pixbuf" \ - || myconf="${myconf} --disable-gdk-pixbuf" - - use imlib \ - && myconf="${myconf} --enable-imlib" \ - || myconf="${myconf} --disable-imlib" - - use spell \ - && myconf="${myconf} --enable-aspell" \ - || myconf="${myconf} --disable-aspell" - - use ldap && myconf="${myconf} --enable-ldap" - - use ssl && myconf="${myconf} --enable-openssl" - - use crypt && myconf="${myconf} --enable-gpgme" - - use ipv6 && myconf="${myconf} --enable-ipv6" - - use pda && myconf="${myconf} --enable-jpilot" - - use nls || myconf="${myconf} --disable-nls" - - echo ${myconf} - - econf \ - --program-suffix=-claws \ - --enable-spamassassin-plugin \ - ${myconf} || die "./configure failed" - - emake || die -} - -src_install() { - make DESTDIR=${D} install || die - - local menuentry="/usr/share/gnome/apps/Internet/sylpheed.desktop" - use gnome \ - && { - dosed "s/Sylpheed/Sylpheed Claws/" ${menuentry} - dosed "s/sylpheed/sylpheed-claws/" ${menuentry} - mv ${D}${menuentry} ${D}${menuentry/sylpheed/sylpheed-claws} - } \ - || rm -rf ${D}/usr/share/gnome - - mv ${D}/usr/share/pixmaps/sylpheed.png \ - ${D}/usr/share/pixmaps/sylpheed-claws.png - - dodoc AUTHORS ChangeLog* INSTALL* NEWS README* TODO* -} - -pkg_postinst() { - einfo "A new plugin scheme has been implemented and a spamassassin plugin" - einfo "now comes with sylpheed-claws. For info on these please read the" - einfo "Changelog" -} |