Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 35598 - new ebuild submission-sylpheed-0.9.5.ebuild -sylpheed with gtk2
Summary: new ebuild submission-sylpheed-0.9.5.ebuild -sylpheed with gtk2
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-11 06:11 UTC by Karl Zollner
Modified: 2003-12-11 06:50 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Zollner 2003-12-11 06:11:25 UTC
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: written by Takuro Ashie(ebuild by Karl Zollner)$
VER="gtk2-20030906"
S="${WORKDIR}/${P}-${VER}"
DESCRIPTION="GTK2 based version of sylpheed email client"
HOMEPAGE="http://http://www.homa.ne.jp/~ashie/linux/sylpheed-gtk2.html.en"
SRC_URI="mirror://sourceforge/sylpheed-gtk2/${P}-${VER}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
IUSE="ipv6 crypt ldap jpilot"
DEPEND=">=x11-libs/gtk+-2.2.1
        >=media-libs/compface-1.4
        ssl? ( >=dev-libs/openssl-0.9.6i )
        jpilot? ( >=app-pda/jpilot-0.99.5 )
        ldap? ( >=net-nds/openldap-2.0.27 )
        crypt? ( >=app-crypt/gpgme-0.3.10
                >=app-crypt/gnupg-1.2.0 )"
 
 
src_unpack() {
        unpack ${P}-${VER}.tar.gz
        cd ${S}
}
src_compile() {
 
local myconf=""
        use ssl \
                && myconf="${myconf} --enable-ssl" \
                || myconf="${myconf} --disable-ssl"
 
        use ldap \
                && myconf="${myconf} --enable-ldap" \
                || myconf="${myconf} --disable-ldap"
 
        use crypt \
                 && myconf="${myconf} --enable-gpgme" \
                 || myconf="${myconf} --disable-gpgme"
 
        use ipv6 \
                 && myconf="${myconf} --enable-ipv6" \
                 || myconf="${myconf} --disable-ipv6"
        use jpilot \
                && myconf="${myconf} --enable-jpilot" \
                 || myconf="${myconf} --disable-jpilot"
echo $myconf
 
./autogen.sh && ./configure --prefix=/usr --libdir=/usr/lib --enable-compface ${myconf} || die "Configuration failed"
 
}
 
src_install() {
    einstall install || die "Install failed"
    dodocs ABOUT-NLS AUTHORS INSTALL  COPYING NEWS TOODO README
}
 


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Spider (RETIRED) gentoo-dev 2003-12-11 06:50:14 UTC
Whats the meaning of submitting things that are already in the tree?



spider@Darkmere> cvs log sylpheed-0.9.5-r1.ebuild
                                                                                
RCS file: /home/cvsroot/gentoo-x86/net-mail/sylpheed/sylpheed-0.9.5-r1.ebuild,v
Working file: sylpheed-0.9.5-r1.ebuild
head: 1.3
branch:
locks: strict
access list:
symbolic names:
keyword substitution: kv
total revisions: 3;     selected revisions: 3
description:
----------------------------
revision 1.3
date: 2003/10/23 18:48:45;  author: seemant;  state: Exp;  lines: +1 -1
restoring gtk2 version of sylpheed-0.9.5
----------------------------
revision 1.2
date: 2003/10/15 07:47:46;  author: seemant;  state: dead;  lines: +1 -1
Version bump
----------------------------
revision 1.1
date: 2003/09/08 00:56:45;  author: spider;  state: Exp;
Updated versions, new gtk2 patch and homepage
=============================================================================