Bug 69187 - kcheckgmail-0.4.0.ebuild (new package)
Bug#: 69187 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: All Status: RESOLVED Severity: enhancement Priority: P3
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: gavrilao@spymac.com
Component: Ebuilds
URL:  http://www.kde-apps.org/content/show.php?content=14927
Summary: kcheckgmail-0.4.0.ebuild (new package)
Keywords:  EBUILD
Status Whiteboard: 
Opened: 2004-10-27 14:15 0000
Description:   Opened: 2004-10-27 14:15 0000
Hi. 

Description:
KCheckGmail is a system tray application to notify you about how many email messages you have in your Gmail account.
 
 KCheckGmail requires KDE 3.2 or later.
 
With the attached ebuild compiles, installs, and works fine on my box.

My emerge info: 
Portage 2.0.51-r2 (gcc34-x86-2004.2, gcc-3.4.2, glibc-2.3.4.20041006-r0, 2.6.9-mm1 i686)
=================================================================
System uname: 2.6.9-mm1 i686 AMD Athlon(tm) XP 2000+
Gentoo Base System version 1.6.4
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.15.92.0.2-r1
Headers:  sys-kernel/linux26-headers-2.6.8.1-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-O2 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3.3/env /usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -march=athlon-xp -mtune=athlon-xp -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache distlocks sandbox"
GENTOO_MIRRORS="http://mirror.gentoo.no/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="3dnow 3dnowex X acpi acpi4linux alsa apm arts artswrappersuid audiofile avi berkdb bitmap-fonts cdparanoia cdr codecs crypt cups dgadirectfb divx4linux dvd dvdr dvdread eds encode esd f77 faac faad fam flac foomaticdb freetype ftp gdbm gif gpm gstreamer gtk gtk2 gtkhtml hal icq imagemagick imap imlib innodb jabber jack java javascript jpeg jpeg2k kde libg++ libwww live mad mailbox maildir mikmod mmap mmxmmx2 monkey mono motif mozilla mozsvg mpeg mplayer msn mysql ncurses network nls nptl nvidia offensive oggvorbis ooo-kde opengl oss pam pdflib perl pic png python qt quicktime readline real rtc sdl slang sndfile speex spell sse ssl svg svga tcpd theora tiff truetype unicode v4l v4l2 wxwindows x86 xml2 xmms xprint xv xvid yahoo zlib"

------- Comment #1 From Gavrila 2004-10-27 14:16:59 0000 -------
Created an attachment (id=42720) [details]
kcheckgmail-0.4.0.ebuild

------- Comment #2 From Simone Gotti (RETIRED) 2004-10-28 05:59:02 0000 -------
I've tested your ebuild and it looks right.
The unique change I've did is the move of 'need-kde' to the bottom of the ebuild, because it needs to be called after the declaration of *DEPEND. In this case it's not really needed but if in future a DEP is added we are already ok.

You also stated that it needs at least kde 3.2 so I've changed it to 'need-kde 3.2'.

Just waiting for the creation of the new kde-misc category and then I'll commit it.

------- Comment #3 From Simone Gotti (RETIRED) 2004-10-28 10:58:21 0000 -------
Well, fixed also the header that it's not compliant, and the license: GPL is
not a valid license, the right one for this program is GPL-2.

If you are interested you can take a look at this doc:
http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3

Committed in CVS, thanks.