Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24630 - an ebuild for gps-bin
Summary: an ebuild for gps-bin
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement
Assignee: David Holm (RETIRED)
URL: http://libre.act-europe.fr/gps
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2003-07-16 17:30 UTC by George Shapovalov (RETIRED)
Modified: 2004-07-24 03:13 UTC (History)
3 users (show)

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


Attachments
gps-bin-1.2.2.ebuild (gps-bin-1.2.2.ebuild,1.06 KB, application/octet-stream)
2003-07-16 17:32 UTC, George Shapovalov (RETIRED)
Details
files/10gps-bin (10gps-bin,22 bytes, application/octet-stream)
2003-07-16 17:33 UTC, George Shapovalov (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description George Shapovalov (RETIRED) gentoo-dev 2003-07-16 17:30:16 UTC
Hi David

In case you will want to take a look at this (and just so it does not get lost)
I am enclosing the ebuild for the binary version of gps.
Since this is binary, it has to go under /opt. I also had to create a symlink
for libpng - gps expects libpng.so.2 which seems to correspond to libpng.so.3
for libpng-1.2*.
I also added the env file that sets up PATH and GPS_DOC_PATH.

George

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 George Shapovalov (RETIRED) gentoo-dev 2003-07-16 17:31:29 UTC
Assigning to dholm@telia.com for the time, while your @gentoo.org email is not activited yet.
Comment 2 George Shapovalov (RETIRED) gentoo-dev 2003-07-16 17:32:35 UTC
Created attachment 14567 [details]
gps-bin-1.2.2.ebuild
Comment 3 George Shapovalov (RETIRED) gentoo-dev 2003-07-16 17:33:39 UTC
Created attachment 14568 [details]
files/10gps-bin

Only contains addition to PATH, DOC_PATH gets added dynamically
Comment 4 Alexis Muller 2003-07-17 06:25:03 UTC
Did someone work for the source version ?
If not i'm going to do it...
Comment 5 David Holm (RETIRED) gentoo-dev 2003-07-17 06:47:51 UTC
I was planning to but if you want to do it go ahead as I haven't started yet.
I have tons of other ada-related ebuilds to take care of at the moment so I would appreciate the help =).
Comment 6 George Shapovalov (RETIRED) gentoo-dev 2003-08-09 19:55:51 UTC
Ok, since from-source gps turns out to be problemmatic, I somewhat cleaned-up and committed this ebuild.
Everybody interested: please test!

George
Comment 7 George Shapovalov (RETIRED) gentoo-dev 2003-09-30 17:55:53 UTC
Reclosing the bug.

Note to David: its ben here a while and its not like we can do anything with
pre-packaged binaries. However I cannot move this one into stable until gtkada
gets there ;). So, basically at some point we will need to mark stable a
bunch of stuff in dev-ada.

George
Comment 8 Matteo Bertini 2004-07-24 03:13:06 UTC
I think gps-bin does not depend on gtk+gtkada, it has already some libs in the tgz:

ls -l /opt/gps-bin/lib/
totale 5792
-rwxr-xr-x  1 root root   86628 18 lug 23:17 libatk-1.0.so.0
-rwxr-xr-x  1 root root  131248 18 lug 23:17 libgdk_pixbuf-2.0.so.0
-rwxr-xr-x  1 root root  390484 18 lug 23:17 libgdk-x11-2.0.so.0
-rwxr-xr-x  1 root root  422084 18 lug 23:17 libglib-2.0.so.0
-rwxr-xr-x  1 root root   10564 18 lug 23:17 libgmodule-2.0.so.0
-rwxr-xr-x  1 root root  212812 18 lug 23:17 libgobject-2.0.so.0
-rwxr-xr-x  1 root root 2217392 18 lug 23:17 libgtkada-2.2.so.1
-rwxr-xr-x  1 root root 2109032 18 lug 23:17 libgtk-x11-2.0.so.0
-rwxr-xr-x  1 root root  194544 18 lug 23:17 libpango-1.0.so.0
-rwxr-xr-x  1 root root  129156 18 lug 23:17 libpangox-1.0.so.0
lrwxrwxrwx  1 root root      18 18 lug 23:17 libpng.so.2 -> /usr/lib/libpng.so

I have also tested succesfully a version bump to 1.4.

Matteo