Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 19974 - oww-0.71.1.ebuild (New Package)
Summary: oww-0.71.1.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement
Assignee: Gentoo Science Related Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-04-25 20:41 UTC by Roger Pau Monné
Modified: 2004-01-03 15:22 UTC (History)
1 user (show)

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


Attachments
oww-0.68.11.ebuild (oww-0.68.11.ebuild,670 bytes, text/plain)
2003-04-25 20:43 UTC, Roger Pau Monné
Details
oww-0.69.0.ebuild (oww-0.69.0.ebuild,534 bytes, text/plain)
2003-11-11 11:25 UTC, Dennis W. Mattison (LittleW0lf)
Details
oww-0.71.1.ebuild (oww-0.71.1.ebuild,700 bytes, text/plain)
2003-11-11 11:50 UTC, Dennis W. Mattison (LittleW0lf)
Details
oww-0.71.1.ebuild (oww-0.71.1.ebuild,542 bytes, text/plain)
2003-12-16 20:04 UTC, Dennis W. Mattison (LittleW0lf)
Details
oww-0.71.1.ebuild (oww-0.71.1.ebuild,768 bytes, text/plain)
2004-01-03 15:22 UTC, Dennis W. Mattison (LittleW0lf)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Pau Monné 2003-04-25 20:41:44 UTC
Oww is a software project, to communicate with the Dallas 1-wire weather station
and other 1-wire sensors, presenting live weather readings, logging data to
file, uploading data to weather Web sites, and sending data to other programs
through a command line interface.

This is my firts ebuild, I hope it works :). I still miss some things, like
disable GUI compiling based on USE flags.

Reproducible: Always
Steps to Reproduce:
Comment 1 Roger Pau Monné 2003-04-25 20:43:27 UTC
Created attachment 11155 [details]
oww-0.68.11.ebuild

Firts ebuild. Basic compile/install functions
Comment 2 Arcady Genkin (RETIRED) gentoo-dev 2003-10-02 18:16:33 UTC
I'm trying to reduce the number of packages I maintain.
Punting back to bug-wranglers.
Comment 3 Dennis W. Mattison (LittleW0lf) 2003-11-11 11:25:54 UTC
Created attachment 20601 [details]
oww-0.69.0.ebuild

This is a great program, I've been using it here for about two years.
Comment 4 Dennis W. Mattison (LittleW0lf) 2003-11-11 11:50:38 UTC
Created attachment 20604 [details]
oww-0.71.1.ebuild

This is the latest oww, now hosted at sourceforge.net.	I have no problems
compiling it and running it here with the --prefix=/usr/local option to econf,
but you can remove this or change it to point somewhere else. 
--enable-interactive can become a USE option eventually, but for now I am
automatically including it as I use owwnogui here (much easier to run in
background on server.)
Comment 5 Patrick Kursawe (RETIRED) gentoo-dev 2003-12-16 04:54:53 UTC
Please modify your ebuild:
1) use only TAB for indenting
2) don't write the version in the ebuild, use ${PV} (see man 5 ebuild)
3) use mirror://sourceforge/.... for the SRC_URI
4) remove redundand $S definition
5) do not install into /usr/local - ebuilds create parts of the distribution, and the FHS says that /usr/local is for none-distribution stuff.

If you have any questions, don't hesitate to ask
Comment 6 Dennis W. Mattison (LittleW0lf) 2003-12-16 20:04:04 UTC
Created attachment 22328 [details]
oww-0.71.1.ebuild

Still trying to get the hang of this...I thought following other ebuilds by
example would work, but apparently not.

Here is a resubmit of the oww-0.71.1.ebuild, with the changes made (at least I
think they are correct now.)  Thanks for working with me on this one.
Comment 7 Patrick Kursawe (RETIRED) gentoo-dev 2003-12-16 23:12:17 UTC
Accepted with slight modifications:
- make DESTDIR="${D}" install instead of einstall (see man 5 ebuild)
- added README* NEWS to installed files

Thanks for your ebuild!
Comment 8 Dennis W. Mattison (LittleW0lf) 2004-01-03 15:22:19 UTC
Created attachment 23110 [details]
oww-0.71.1.ebuild

Fixed dependencies, apparently oww needs libglade < 1.99 in order to work.  I
just tried from scratch to install oww with libglade 2.0.1 and it didn't work.