Bug 57041 - Updated dev-util/regexxer ebuild 0.8
Bug#: 57041 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: enhancement Priority: P2
Resolution: FIXED Assigned To: smithj@gentoo.org Reported By: jtk@yahoo.com
Component: Ebuilds
URL: 
Summary: Updated dev-util/regexxer ebuild 0.8
Keywords:  
Status Whiteboard: 
Opened: 2004-07-14 09:14 0000
Description:   Opened: 2004-07-14 09:14 0000
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 From Andreas Proschofsky 2004-09-29 12:59:36 0000 -------
>=dev-cpp/libglademm-2.4 is also needed as dependency

------- Comment #2 From Tiziano Müller 2005-02-10 06:48:09 0000 -------
Didn't work for me. Got a "sandbox violation" because of the gconf-schema.

------- Comment #3 From Tiziano Müller 2005-02-10 06:51:50 0000 -------
Created an attachment (id=50914) [details]
New 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 From Jonathan Smith 2005-06-14 09:26:59 0000 -------
(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 From Jonathan Smith 2005-06-14 09:54:26 0000 -------
(From update of attachment 50914 [details])
make ebuilds plaintext

------- Comment #6 From Jonathan Smith 2005-06-14 10:23:32 0000 -------
use tabs instead of spaces for ebuilds... thanks for the ebuild

fixed in cvs