Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 69187 - kcheckgmail-0.4.0.ebuild (new package)
Summary: kcheckgmail-0.4.0.ebuild (new package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal enhancement (vote)
Assignee: Gentoo KDE team
URL: http://www.kde-apps.org/content/show....
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-10-27 14:15 UTC by Gavrila
Modified: 2004-10-28 10:58 UTC (History)
1 user (show)

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


Attachments
kcheckgmail-0.4.0.ebuild (kcheckgmail-0.4.0.ebuild,309 bytes, text/plain)
2004-10-27 14:16 UTC, Gavrila
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Gavrila 2004-10-27 14:15:30 UTC
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 Gavrila 2004-10-27 14:16:59 UTC
Created attachment 42720 [details]
kcheckgmail-0.4.0.ebuild
Comment 2 Simone Gotti (RETIRED) gentoo-dev 2004-10-28 05:59:02 UTC
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 Simone Gotti (RETIRED) gentoo-dev 2004-10-28 10:58:21 UTC
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.