Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 352172 - dev-util/geany-plugins-0.20 version bump
Summary: dev-util/geany-plugins-0.20 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Nathan Phillip Brink (binki) (RETIRED)
URL: http://geany.org
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-19 21:39 UTC by Mike Blumenkrantz
Modified: 2011-01-21 11:21 UTC (History)
1 user (show)

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


Attachments
geany-plugins-0.20.ebuild (geany-plugins-0.20.ebuild,1.45 KB, text/plain)
2011-01-21 05:00 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
metadata.xml (metadata.xml,765 bytes, text/plain)
2011-01-21 05:00 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details
files/geany-plugins-0.20-geanyprj-outsrc-tests.patch (geany-plugins-0.20-geanyprj-outsrc-tests.patch,612 bytes, text/plain)
2011-01-21 05:02 UTC, Nathan Phillip Brink (binki) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Blumenkrantz 2011-01-19 21:39:26 UTC
ebuilds are missing, should be a simple version bump

Reproducible: Always
Comment 1 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-01-19 21:46:09 UTC
dev-util/geany-0.20 is in the tree. I'm just waiting for ohnobinki's input before I proxy-commit the plugins package as well.
Comment 2 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-20 02:20:30 UTC
There are some new plugins in geany-plugins-0.20, which means more useflags and deps for the ebuild. I'm going to need another day or two to check that it actually compiles and to get the deps installed on my machine.

I'm also moving the geany-plugins ebuild to use the autotools-utils.eclass.
Comment 3 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-21 05:00:41 UTC
Created attachment 260412 [details]
geany-plugins-0.20.ebuild

The new ebuild. I think it's functional, but I haven't been able to exercise more than one useflag combination myself.
Comment 4 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-21 05:00:49 UTC
Created attachment 260413 [details]
metadata.xml
Comment 5 Nathan Phillip Brink (binki) (RETIRED) gentoo-dev 2011-01-21 05:02:22 UTC
Created attachment 260414 [details]
files/geany-plugins-0.20-geanyprj-outsrc-tests.patch

Necessary for make check to work when built out-of-sourcedir (default with autotools-utils.eclass), patch submitted upstream ( https://sourceforge.net/tracker/?func=detail&aid=3163117&group_id=222729&atid=1056532 ). I know I could've just changed a setting to avoid out-of-sourcedir builds, but they're so much nicer and cleaner and... ;-).
Comment 6 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2011-01-21 11:21:59 UTC
Thanks Nathan. I committed the ebuild as EAPI-2 because it doesn't make sense to add the plugins with EAPI-3 as long as the geany ebuild still uses EAPI-2. I gonna work on converting geany to EAPI-3 and then change the plugins ebuild to that EAPI as well.