Bug 107238 - Ebuild for Yakuake (Yet Another Kuake) terminal emulator
Bug#: 107238 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: CLOSED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: kde@gentoo.org Reported By: thomas.kear@gmail.com
Component: Ebuilds
URL: 
Summary: Ebuild for Yakuake (Yet Another Kuake) terminal emulator
Keywords:  EBUILD, InCVS
Status Whiteboard: 
Opened: 2005-09-25 23:53 0000
Description:   Opened: 2005-09-25 23:53 0000
http://kde-look.org/content/show.php?content=29153

Yakuake is a terminal emulator that drops from the top of the screen upon
pressing a key.

My first ebuild, so mostly borrowed from other applications.  Does not force
user to install arts if USE flags contain -arts.

Reproducible: Didn't try
Steps to Reproduce:
-
Actual Results:  
-

Expected Results:  
-

Portage 2.0.51.22-r2 (default-linux/amd64/2005.0, gcc-3.4.4, glibc-2.3.5-r1,
2.6.12-gentoo-r6 x86_64)
=================================================================
System uname: 2.6.12-gentoo-r6 x86_64 AMD Athlon(tm) 64 FX-53 Processor
Gentoo Base System version 1.6.13
dev-lang/python:     2.3.5, 2.4.1-r1
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r6
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6
sys-devel/binutils:  2.15.92.0.2-r10
sys-devel/libtool:   1.5.18-r1
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fomit-frame-pointer -march=athlon64"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3.4/env
/usr/kde/3.4/share/config /usr/kde/3.4/shutdown /usr/kde/3/share/config
/usr/lib/X11/xkb /usr/share/config /usr/share/texmf/dvipdfm/config/
/usr/share/texmf/dvips/config/ /usr/share/texmf/tex/generic/config/
/usr/share/texmf/tex/platex/config/ /usr/share/texmf/xdvi/ /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/splash /etc/terminfo /etc/env.d"
CXXFLAGS="-O2 -pipe -fomit-frame-pointer -march=athlon64"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sandbox sfperms strict"
GENTOO_MIRRORS="http://gentoo.recoil.net.nz/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://gentoo.recoil.net.nz/gentoo-portage"
USE="amd64 X aalib acpi alsa apache2 arts avi berkdb bitmap-fonts bluetooth cd
cdr crypt cups curl dvd dvdr eds emboss encode esd fam firefox flac foomaticdb
fortran gd gif gimpprint gpm gstreamer gtk gtk2 imagemagick imlib jack java jpeg
junit kde libwww lzw lzw-tiff mad motif mozilla-firefox mp3 mpeg mysql nas
ncurses nls ogg openal opengl pam pdflib perl png python qt quicktime readline
samba sdl spell sqlite ssl tcltk tcpd tetex tiff truetype-fonts type1-fonts usb
userlocales vorbis xine xml xml2 xmms xpm xv zlib userland_GNU kernel_linux
elibc_glibc"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS

------- Comment #1 From Thomas Kear 2005-09-25 23:53:35 0000 -------
Created an attachment (id=69249) [details]
Ebuild for yakuake 2.1

------- Comment #2 From Christoph Mockenhaupt 2005-09-26 07:03:06 0000 -------
Hi,    
works well on my iBook G3. So ~ppc might be added.   
I think that just defining S=${WORKDIR}/${PN} instead of moving the dirctory  
would be the better way.   
You can omit src_unpack(), src_compile() and src_install() sections, then. 

------- Comment #3 From Thomas Kear 2005-09-26 14:15:16 0000 -------
Created an attachment (id=69291) [details]
Updated ebuild

Updated as per comment by Christoph Mockenhaupt, added ~ppc keyword.

------- Comment #4 From Thomas Kear 2005-09-26 16:37:33 0000 -------
Created an attachment (id=69301) [details]
Version 2.11

Upstream version bump, no other changes to ebuild.

------- Comment #5 From Johannes Ballé 2005-10-01 10:44:36 0000 -------
Created an attachment (id=69647) [details]
new ebuild for yakuake 2.11

changes:

-- fix need-kde statement

in the former version there was no need-kde statement, which resulted in a
wrong setting of the installation prefix (/ instead of /usr)

-- removed inheritances to eutils and toolchain-funcs

assumed they are not needed. works without.

-- removed arts stuff

arts dependencies are handled in kde.eclass already (not sure about that,
though)

------- Comment #6 From Ciaran McCreesh 2005-10-01 14:18:15 0000 -------
Please fix the following and reopen:

* You need spaces on either side of ( ) in DEPEND
* http://dev.gentoo.org/~ciaranm/docs/mw-faq/header.txt

------- Comment #7 From Przemyslaw Maciag (RETIRED) 2005-10-09 14:01:53 0000 -------
Created an attachment (id=70254) [details]
yakuake-2.6.ebuild

Hello!

I didn't want to create a new bug entry. Plz - reopen this one.

Version bump - yakuake has now version number 2.6
Ebuild isn't mine - I found it on www.kde-apps.org (
http://www.kde-apps.org/content/show.php?content=29867 ).

What I have done was simple corrects:
- bump the name
- correct SRC var to use ${P}
- remove keywords besides ~x86
- throw away eutils eclass
- give an empty IUSE var

so... nothing special :) Hope somebody will find it useful.

Regards,
Przemek

------- Comment #8 From Przemyslaw Maciag (RETIRED) 2005-10-09 15:28:36 0000 -------
Created an attachment (id=70256) [details]
yakuake-2.6.ebuild

updated home page and sources url addresses to official ones

no other changes in the ebuild

Regards,
Przemek

------- Comment #9 From Jakub Moc (RETIRED) 2005-10-09 21:00:08 0000 -------
Reopen.

------- Comment #10 From Pol 2005-10-12 12:08:48 0000 -------
Excellent software

------- Comment #11 From Corey Shields 2005-10-12 14:37:33 0000 -------
tested the 2.6 ebuild..  works great for me (x86)

------- Comment #12 From Philippe Weibel 2005-10-14 15:38:27 0000 -------
Created an attachment (id=70695) [details]
yakuake-2.7.ebuild

Version bump (2.7).
Great tool....

------- Comment #13 From Przemyslaw Maciag (RETIRED) 2005-10-15 07:54:50 0000 -------
Created an attachment (id=70733) [details]
yakuake-2.7.2.ebuild

and next update - yakuake version bump 2.7.2

the funny thing is that 'official site' wasn't updated after releasing version
2.7  and kde-look one was. I add both addresses to HOMEPAGE in ebuild...

Also - 2.7.2 can be downloaded only from kde-look (at least for now...).
SRC_URI changed to kde-llok one.

Cheers,
Przemek

------- Comment #14 From Marcus D. Hanwell 2005-10-16 09:13:59 0000 -------
Was just searching to check for existing ebuilds and came across this bug 
report. I have added kde-misc/yakuake-2.7.2 to portage now - works very well 
here too. A useful addition to any desktop. Thanks. 

------- Comment #15 From David Watzke 2005-10-21 09:05:38 0000 -------
Yo, add new ebuild for 2.7.3 :) Just rename 2.7.2 and so. 

------- Comment #16 From Eike Hein 2006-03-18 17:01:44 0000 -------
I've just put out 2.7.4. Please bump.

URL: http://www.kde-apps.org/content/show.php?content=29153

------- Comment #17 From Eike Hein 2006-03-21 10:53:08 0000 -------
Yakuake 2.7.5 is out: http://www.kde-apps.org/content/show.php?content=29153

------- Comment #18 From Carsten Lohrke 2006-03-21 11:18:56 0000 -------
Please don't comment on bugs that are resolved. Open a new bug for a version
bump.