Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 18682 - gsmssend-1.7.ebuild (new)
Summary: gsmssend-1.7.ebuild (new)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-04-03 04:56 UTC by Kfir Ozer
Modified: 2003-11-30 15:37 UTC (History)
2 users (show)

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


Attachments
gsmssend-1.7.ebuild (new) (gsmssend-1.7.ebuild,871 bytes, text/plain)
2003-04-03 04:59 UTC, Kfir Ozer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kfir Ozer 2003-04-03 04:56:42 UTC
this is the gnome interface for smssend.
Comment 1 Kfir Ozer 2003-04-03 04:59:28 UTC
Created attachment 10148 [details]
gsmssend-1.7.ebuild (new)

initial version
Comment 2 Spider (RETIRED) gentoo-dev 2003-11-30 15:37:18 UTC
hmm, I'm unable to test this, so I won't add it.

however, the attached build is badly broken.

IUSE="ssl gtk gnome nls xpm"

No, they aren't in use

KEYWORDS="x86"
not stable

DEPEND=">=x11-libs/gtk+-1.2.8
Bad dependency.   (all versions above 1.2.8 ? really? )


	use nls || myconf="--disable-nls" \
		|| myconf="--disable-nls"
So.. you use nls, or disable nls, and if you fail to disable nls you disable it again? what?

emake || die   <- wrong. emake dies of itself


src_install() {
	einstall
}

drop that .


SRC_URI="http://lassauge.free.fr/smssend/gsmssend-1.7.tar.gz"
${P} there.


if its a gnome interface, where are the gnome deps?