First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 145687
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Default Assignee for New Packages <maintainer-wanted@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Michael Gisbers <michael@gisbers.de>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
krd-1.1.ebuild krd-1.1.ebuild text/plain Michael Gisbers 2006-08-31 03:00 0000 432 bytes Details
krd-1.1.ebuild krd-1.1.ebuild text/plain Michael Gisbers 2006-09-04 10:51 0000 437 bytes Details
krd-1.3.ebuild krd-1.3.ebuild text/plain Michael Gisbers 2006-09-20 14:43 0000 437 bytes Details
krd-1.4.ebuild krd-1.4.ebuild text/plain Michael Gisbers 2007-03-14 19:34 0000 488 bytes Details
krd-1.4.ebuild krd-1.4.ebuild text/plain Michael Gisbers 2007-03-27 11:03 0000 678 bytes Details
krd-1.4.ebuild krd-1.4.ebuild text/plain Michael Gisbers 2007-03-27 15:18 0000 786 bytes Details
krd-1.5.ebuild krd-1.5.ebuild version bump text/plain Michael Gisbers 2007-06-18 18:52 0000 786 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 145687 depends on: Show dependency tree
Bug 145687 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-08-31 02:40 0000
new ebuild for a, maybe, krdc replacement.

------- Comment #1 From Michael Gisbers 2006-08-31 03:00:10 0000 -------
Created an attachment (id=95542) [edit]
krd-1.1.ebuild

krd-1.1.ebuild

------- Comment #2 From Michael Gisbers 2006-09-04 10:51:35 0000 -------
Created an attachment (id=95983) [edit]
krd-1.1.ebuild

updated mirror-path

------- Comment #3 From Michael Gisbers 2006-09-20 14:43:41 0000 -------
Created an attachment (id=97577) [edit]
krd-1.3.ebuild

version update

------- Comment #4 From Michael Gisbers 2006-09-20 14:44:11 0000 -------
version update

------- Comment #5 From Alex 2007-03-13 23:18:14 0000 -------
Because the fact that it's using the KDE eclass, you don't need to specify
src_compile(). It's inherited. Anyways, simply removing src_compile and bumping
to krd-1.4.ebuild works fine.

Also, net-misc/rdesktop should be added for rdesktop support. And so should
net-misc/tightvnc for vnc support.

------- Comment #6 From Michael Gisbers 2007-03-14 19:34:51 0000 -------
Created an attachment (id=113297) [edit]
krd-1.4.ebuild

Version bump and ebuild - fixes, please check.

------- Comment #7 From Alex 2007-03-14 20:29:38 0000 -------
Looks good, but since you did it with USE flags, do a pkg_setup() with an if
conditional to check if rdesktop or vnc is set. If neither are, die with ewarn
or eerror. Since otherwise it has no functionality.

------- Comment #8 From Michael Gisbers 2007-03-27 11:03:07 0000 -------
Created an attachment (id=114596) [edit]
krd-1.4.ebuild

Thanks for advice. Please check again.

------- Comment #9 From Alex 2007-03-27 12:36:18 0000 -------
Almost there. Switch ~amd64 with ~x86 (order). And change 

pkg_setup() {
        if ! use rdesktop && ! use vnc ; then
                eerror
                eerror "${PN} requires rdesktop or vnc USE - flag to work."
                die "${PN} requires rdesktop or vnc USE - flag to work."
        fi
}

to

pkg_setup() {
        if ! use rdesktop && ! use vnc ; then
                echo
                eerror "${PN} has no use without rdesktop or vnc support."
                eerror "To have rdesktop or vnc support, please emerge with"
                eerror "USE=\"rdesktop\", USE="\vnc\" or USE=\"rdesktop vnc\"
                die "${PN} requires rdesktop or vnc USE flag(s)"
        fi
}

Just makes the error make a bit more sense, and well, you should always
demonstrate the USE examples.

------- Comment #10 From Alex 2007-03-27 12:43:54 0000 -------
Was also just noticing, what's the reason for inheriting eutils? It's not used
in the ebuild from what I saw.

------- Comment #11 From Michael Gisbers 2007-03-27 15:18:58 0000 -------
Created an attachment (id=114624) [edit]
krd-1.4.ebuild

Thanks for advice. So this one may be the final one.

------- Comment #12 From Alex 2007-03-27 16:48:07 0000 -------
Looks good to me. Good job.

------- Comment #13 From Michael Gisbers 2007-06-18 18:52:42 0000 -------
Created an attachment (id=122433) [edit]
krd-1.5.ebuild version bump

------- Comment #14 From Michael Gisbers 2007-06-19 08:42:23 0000 -------
Ebuild is now in the gentoo-sunrise overlay, available here:
http://gentoo-sunrise.org/svn/sunrise/kde-misc/krd

------- Comment #15 From Wulf Krueger (RETIRED) 2007-10-26 20:47:13 0000 -------
(In reply to comment #14)
> Ebuild is now in the 

... tree. Bumped to 1.6. Thanks to all who worked on this!

First Last Prev Next    No search results available      Search page      Enter new bug