Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 57041 - Updated dev-util/regexxer ebuild 0.8
Summary: Updated dev-util/regexxer ebuild 0.8
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Jonathan Smith (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-14 09:14 UTC by Jeff Kowalczyk
Modified: 2005-06-14 10:23 UTC (History)
1 user (show)

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


Attachments
ebuild for regexxer-0.8 (regexxer-0.8.ebuild,1.31 KB, text/plain)
2005-02-10 06:51 UTC, Tiziano Müller (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Kowalczyk 2004-07-14 09:14:45 UTC
Seems to work just fine. Did not update gnome-vfsmm dependency, since that is not listed on regexxer homepage. Diff to 0.6:

$ diff /usr/portage/dev-util/regexxer/regexxer-0.6.ebuild /usr/local/portage/dev-util/regexxer/regexxer-0.8.ebuild
14c14
< RDEPEND=">=x11-libs/gtk+-2.2
---
> RDEPEND=">=x11-libs/gtk+-2.4
16,19c16,19
<       >=dev-libs/libsigc++-1.2
<       =dev-cpp/gtkmm-2.2.11
<       >=dev-libs/libpcre-3.9-r2
<       >=dev-cpp/gconfmm-2.0.1
---
>       >=dev-libs/libsigc++-2.0
>       >=dev-cpp/gtkmm-2.4.0
>       >=dev-libs/libpcre-4.0
>       >=dev-cpp/gconfmm-2.6.1


Reproducible: Always
Steps to Reproduce:
Comment 1 Andreas Proschofsky (RETIRED) gentoo-dev 2004-09-29 12:59:36 UTC
>=dev-cpp/libglademm-2.4 is also needed as dependency
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2005-02-10 06:48:09 UTC
Didn't work for me. Got a "sandbox violation" because of the gconf-schema.
Comment 3 Tiziano Müller (RETIRED) gentoo-dev 2005-02-10 06:51:50 UTC
Created attachment 50914 [details]
ebuild for regexxer-0.8

This is a new ebuild for regexxer-0.8 (http://regexxer.sourceforge.net). It
solves the sandbox violation problem.

Tested on Gentoo pre2005.0 with ~x86 keyword set.
Masked as ~x86 because it's my first ebuild and someone should check if there's
a better way to do pkg_postinst.
Comment 4 Jonathan Smith (RETIRED) gentoo-dev 2005-06-14 09:26:59 UTC
(In reply to comment #3)
> Masked as ~x86 because it's my first ebuild and someone should check if there's
> a better way to do pkg_postinst.

_all_ new ebuilds should be ~arch'd
Comment 5 Jonathan Smith (RETIRED) gentoo-dev 2005-06-14 09:54:26 UTC
Comment on attachment 50914 [details]
ebuild for regexxer-0.8

make ebuilds plaintext
Comment 6 Jonathan Smith (RETIRED) gentoo-dev 2005-06-14 10:23:32 UTC
use tabs instead of spaces for ebuilds... thanks for the ebuild

fixed in cvs