Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 51233 - new ebuild for ksociograma
Summary: new ebuild for ksociograma
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://ksociograma.software-libre.org
Whiteboard: sunrise suggested
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2004-05-16 15:14 UTC by mapelo
Modified: 2016-01-23 12:45 UTC (History)
1 user (show)

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


Attachments
the initial ebuild (ksociograma-2.0.0_pre20040516.ebuild.tar.bz2,762 bytes, application/octet-stream)
2004-05-16 15:16 UTC, mapelo
Details
ebuild ksociograma-2.0.0_pre20040516 (ksociograma-2.0.0_pre20040516.ebuild,571 bytes, text/plain)
2004-05-18 07:48 UTC, mapelo
Details
New ebuild for a new release (ksociograma-2.0.0_pre20040527.ebuild,574 bytes, text/plain)
2004-05-28 10:38 UTC, mapelo
Details
Ebuild for Ksociograma-2.0.0_pre20040527 (ksociograma-2.0.0_pre20040527.ebuild,576 bytes, text/plain)
2004-07-09 05:21 UTC, Federico Zenith
Details
ksociograma-2.0.0.ebuild (ksociograma-2.0.0.ebuild,568 bytes, text/plain)
2004-07-10 09:22 UTC, mapelo
Details
ksociograma-2.0.0.ebuild (ksociograma-2.0.0.ebuild,570 bytes, text/plain)
2004-07-11 11:46 UTC, mapelo
Details
ksociograma-2.0.0.ebuild (ksociograma-2.0.0.ebuild,399 bytes, text/plain)
2004-07-14 01:34 UTC, mapelo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mapelo 2004-05-16 15:14:24 UTC
New ebuild for ksociograma
Comment 1 mapelo 2004-05-16 15:16:07 UTC
Created attachment 31548 [details]
the initial ebuild
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-16 21:10:40 UTC
the attachment is empty
Comment 3 Seemant Kulleen (RETIRED) gentoo-dev 2004-05-16 21:25:36 UTC
it's either for you guys or for games team, I can't tell
Comment 4 mapelo 2004-05-16 22:46:28 UTC
I do not know what team is apropiate, because the application is a tecnical software for teachers. Perhaps the team for app-misc


This is the ebuild:

# CopyRight Manuel Perez Lopez 2004

inherit kde
need-kde 3.2

DESCRIPTION="An educational application to create sociometrics tests for your students group"
HOMEPAGE="http://ksociograma.software-libre.org/"
SRC_URI="https://software-libre.org/download.php/22/${P}.tar.bz2"

KEYWORDS="x86 amd64"
LICENSE="GPL-2"
SLOT="0"

DEPEND="${DEPEND}
	>=sys-apps/sed-4"

src_unpack() {
	unpack ${A}

	sed -i \
		-e '/^bin_PROGRAMS/ s/testqg//' "${S}/src/Makefile.in" \
			|| die "sed src/Makefile.in failed"
}
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2004-05-17 02:01:11 UTC
Would you please check http://www.gentoo.org/doc/en/ebuild-mistakes.xml ?
Thank you very much.
Comment 6 mapelo 2004-05-17 07:50:34 UTC
Sorry, I do not know what you want to meaning... 
If you need the ebuild name (because de copy and paste does not include it):

app-misc/ksociograma-2.0.0_pre20040516.ebuild

If you need a more efficient ebuild, sorry, I do not know how to do...
Thanks for your spent time.
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2004-05-18 06:36:20 UTC
I mostly meant: Don't paste the ebuild, attach it as text/plain.
Write the header lines as in the skel.ebuild file.
Distinguish between RDEPEND and DEPEND if possible - your program does not need sed at runtime.
Programs go into ~arch at first.
Did you definitely test on amd64?

Thanks!
Comment 8 mapelo 2004-05-18 07:48:38 UTC
Created attachment 31653 [details]
ebuild ksociograma-2.0.0_pre20040516

Hello again:

Now: 
-The ebuild is attached as text/plain.
-The header lines as exactly as skel.ebuild file tells.
-Yes, ksociograma does not need sed at run-time, so that line of the first
ebuild was right. DEPEND is right because sed is needed at build-time.
-Now, ksociograma ebuild goes to ~x86 only.

Thanks again.
Manuel P
Comment 9 mapelo 2004-05-18 07:48:38 UTC
Created attachment 31653 [details]
ebuild ksociograma-2.0.0_pre20040516

Hello again:

Now: 
-The ebuild is attached as text/plain.
-The header lines as exactly as skel.ebuild file tells.
-Yes, ksociograma does not need sed at run-time, so that line of the first
ebuild was right. DEPEND is right because sed is needed at build-time.
-Now, ksociograma ebuild goes to ~x86 only.

Thanks again.
Manuel Pérez
Comment 10 mapelo 2004-05-28 10:38:06 UTC
Created attachment 32209 [details]
New ebuild for a new release

Because there is a new release, here is a new ebuild.
Comment 11 Federico Zenith 2004-07-09 05:21:09 UTC
Created attachment 35062 [details]
Ebuild for Ksociograma-2.0.0_pre20040527

Some minor fixes, as inserting the IUSE="" line.
Ebuild compiles and the program seems to work fine.
Comment 12 mapelo 2004-07-10 09:22:12 UTC
Created attachment 35118 [details]
ksociograma-2.0.0.ebuild

Because there is a final stable release, there is a new ebuild for
ksociograma-2.0.0, (thanks Federico Zenith for your fix)
Comment 13 Carsten Lohrke (RETIRED) gentoo-dev 2004-07-11 11:34:16 UTC
please place need-kde after R/DEPEND

> DEPEND=">=sys-apps/sed-4*"
> need-kde 3.2

thanks
Comment 14 mapelo 2004-07-11 11:46:54 UTC
Created attachment 35198 [details]
ksociograma-2.0.0.ebuild

The change was done. Thanks
Comment 15 mapelo 2004-07-14 01:34:14 UTC
Created attachment 35366 [details]
ksociograma-2.0.0.ebuild

There is not needed the string change with sed into src/Makefile.in
Comment 16 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-01-08 16:12:08 UTC
(this is an automated message based on filtering criteria that matched this bug)

Hello, The Gentoo Team would like to firstly thank you for your ebuild
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to commit to and all users can have ebuilds reviewed by Gentoo devs for entry into the overlay.
So, the sunrise team is suggesting that you look into this and submit your
ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 17 Michael Palimaka (kensington) gentoo-dev 2016-01-23 12:45:57 UTC
Upstream seems to be dead and this requires obsolete software.