Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2344 - scmxx-0.6.0.ebuild (New package)
Summary: scmxx-0.6.0.ebuild (New package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 All
: High enhancement
Assignee: Arcady Genkin (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-02 12:09 UTC by Øyvind Repvik
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

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


Attachments
The ebuild. (scmxx-0.6.0) (scmxx-0.6.0.ebuild,694 bytes, text/plain)
2002-05-02 12:17 UTC, Øyvind Repvik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Øyvind Repvik 2002-05-02 12:09:08 UTC
A rather simple program to upload ringtones and logos, syncronize and send 
SMS'es with siemens mobile phones. 

It basically doesn't depend on anything but glibc, and probably belongs in the 
app-misc category :)
Comment 1 Øyvind Repvik 2002-05-02 12:12:04 UTC
Since bugzilla wouldn't let me attach the file (Claiming it was EMPTY :), I 
attach it here instead.

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: 
Comment 2 Øyvind Repvik 2002-05-02 12:12:04 UTC
Since bugzilla wouldn't let me attach the file (Claiming it was EMPTY :), I 
attach it here instead.

# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Maintainer: Øyvind Repvik <nail@dataparty.no>
# /space/gentoo/cvsroot/gentoo-x86/skel.ebuild,v 1.5 2002/04/29 22:56:53 
sandymac Exp

S=${WORKDIR}/${P}
DESCRIPTION="Exchange data with Siemens phones."
SRC_URI="http://ma2geo.mathematik.uni-karlsruhe.de/~hendrik/scmxx/download/
${P}.tar.bz2"
HOMEPAGE="http://www.hendrik-sattler.de/scmxx/"
LICENSE="GPL-2"
DEPEND=">=glibc-2.2.5"
src_compile() {
	./configure \
		--host=${CHOST} \
		--prefix=/usr \
		|| die "./configure failed"
	emake || die
}

src_install () {
	make DESTDIR=${D} install || die
}
Comment 3 Øyvind Repvik 2002-05-02 12:17:06 UTC
Created attachment 767 [details]
The ebuild. (scmxx-0.6.0)
Comment 4 Arcady Genkin (RETIRED) gentoo-dev 2002-05-02 18:47:59 UTC
I'll take this one.
Comment 5 Arcady Genkin (RETIRED) gentoo-dev 2002-05-02 19:05:17 UTC
Thank you for the contribution.  I've committed the ebuild into the portage
tree.  For your further contributions, please note the following shortcommings
of your ebuild:

1. You forgot to package documentation.
2. You forgot to package the scripts from contrib/ directory.
3. The glibc dependency is best described as "virtual/glibc".
4. I you could also submit an updated (or new) ChangeLog, that would
   be fantastic. ;^)

I've fixed all these in the committed version.  Please have a look at the changes.

Thanks.
Comment 6 Øyvind Repvik 2002-05-03 03:40:44 UTC
Well.. I took a look at the ebuild, and I noted the ChangeLog:
[snip]

  2 May 2002; Arcady Genkin <agenkin@thpoon.com> scmxx-0.6.0.ebuild :

  Initial version of the ebuild, submitted by Nicholas Jones
  <carpaski@twobit.net>.

Who is that?

Rest of it is grand, and I'll do a bit more before I submit the next ebuild. 

Thanks!
Comment 7 Arcady Genkin (RETIRED) gentoo-dev 2002-05-03 03:48:40 UTC
Ok, that should be fixed now.  My appologies, I don't know how I got that name.
;^)  One more thing: I could not seem to copy and paste the first letter of your
first name (the crossed O) from my browser, so I substituted it with ASCII "O".
 I hope that's alright.

You see, if you submitted your own ChangeLog, both of these problems would not
have happened. ;^)