Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 121358 - opendb-0.81_p13.ebuild (new package)
Summary: opendb-0.81_p13.ebuild (new package)
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
: 93200 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-02-02 14:18 UTC by Henry Ristau
Modified: 2010-05-09 10:43 UTC (History)
2 users (show)

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


Attachments
opendb-0.81_p13.ebuild (new ebuild) (opendb-0.81_p13.ebuild,2.60 KB, text/plain)
2006-02-02 14:20 UTC, Henry Ristau
Details
files/postinstall-en.txt (post-installation-message for opendb ebuild) (postinstall-en.txt,331 bytes, text/plain)
2006-02-02 14:21 UTC, Henry Ristau
Details
opendb-0.81_p13-r1.ebuild (opendb-0.81_p13-r1.ebuild,3.41 KB, text/plain)
2006-02-09 07:01 UTC, Henry Ristau
Details
www-apps/opendb-1.5.0.4.ebuild (opendb-1.5.0.4.ebuild,2.55 KB, text/plain)
2010-05-09 10:19 UTC, Mario Fetka (geos_one)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Henry Ristau 2006-02-02 14:18:48 UTC
Hi!

Please find attached the opendb-0.81_p13.ebuild. It will install es webapp-managed internet application.

"The Open Media Lending Database (OpenDb) is an extremely flexible application to catalogue all sorts of things including DVD, VCD, CD, VHS, GAMES, BOOKS & Laser Discs. Anything that you can collect and lend, you can catalogue with this system. The OpenDb allows you to add new types, by describing them in system database tables designed for the purpose." [http://opendb.iamvegan.net/]

I suggest www-apps/opendb. The package introduces 6 local USE-flags for configurable plugins:
amazonde - queries german amazon.de for media information
amazonfr - queries french amazon.fr for media information
amazonuk - queries british amazon.co.uk and imdb.com for media information
hminfo - queries a database from HometheaterInfo.com for region 1 media information based on the dvds UPC-Code
dvdempire - queries DVDEmpire.com for media information
iblist - queries Internet Book List (iblist.com) fro media information

This package is asked for as enhancement in bug #93200 by the way.

Henry
Comment 1 Henry Ristau 2006-02-02 14:20:43 UTC
Created attachment 78755 [details]
opendb-0.81_p13.ebuild (new ebuild)
Comment 2 Henry Ristau 2006-02-02 14:21:37 UTC
Created attachment 78757 [details]
files/postinstall-en.txt (post-installation-message for opendb ebuild)
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2006-02-02 14:47:37 UTC
*** Bug 93200 has been marked as a duplicate of this bug. ***
Comment 4 Henry Ristau 2006-02-09 06:59:23 UTC
I corrected the header ;o) and I added installation of themes and item-packs by choice. choice is done with 2 more local use-flags:
themes - install all currently available themes
itemtypes - install all currently available item-types

will attach -r1 ebuild
Comment 5 Henry Ristau 2006-02-09 07:01:55 UTC
Created attachment 79319 [details]
opendb-0.81_p13-r1.ebuild
Comment 6 Carsten Lohrke (RETIRED) gentoo-dev 2006-02-12 12:09:57 UTC
- preferably you'd use LINGUAS 

amazon? ( linguas_de? ( url ) 
          liguas_fr? ...      )

and themes? ( url1 ulf2 ... )

Likely that sensible defaults would make more sense, though.
Comment 7 Mario Fetka (geos_one) 2010-05-09 10:19:43 UTC
Created attachment 230849 [details]
www-apps/opendb-1.5.0.4.ebuild

new ebuild for the 1.5 version of this package
Comment 8 Mario Fetka (geos_one) 2010-05-09 10:43:09 UTC
small bug found

        # Joomlike Theme
        use themes && mv -f Joomlike_v01-00 theme/Joomlike
schould be

        # Joomlike Theme
        use themes && mv -f Joomlike_v01-00/Joomlike theme/Joomlike

happy using