Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176300 - net-wireless/rt2500-1.1.0_pre2007020911 - Minor ebuild improvements
Summary: net-wireless/rt2500-1.1.0_pre2007020911 - Minor ebuild improvements
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Mobile Herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-27 21:28 UTC by Bernd Steinhauser
Modified: 2007-05-09 16:43 UTC (History)
1 user (show)

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


Attachments
rt2500_pre_ebuild.diff patch for the ebuild (rt2500_pre_ebuild.diff,440 bytes, patch)
2007-04-27 21:32 UTC, Bernd Steinhauser
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Bernd Steinhauser 2007-04-27 21:28:53 UTC
I've modified the ebuild a bit, making it easier to add/update the preview
versions in portage or an overlay. It might also be considered to add a
cvs ebuild for those who like to test the latest versions of the driver.

The changes I've made, I've successfully updated to2007042615 with them:
--- rt2500-1.1.0_pre2007020911.ebuild.old   2007-04-27 19:25:15.000000000 +0200
+++ rt2500-1.1.0_pre2007020911.ebuild   2007-04-27 23:14:20.000000000 +0200
@@ -17,8 +17,8 @@
 DEPEND="net-wireless/wireless-tools
        qt3? ( =x11-libs/qt-3* )"

-#S="${WORKDIR}/${MY_P}"
-S="${WORKDIR}/rt2500-cvs-2007020911"
+MY_PRE_VERSION=${PV/1.1.0_pre}
+S="${WORKDIR}/${PN}-cvs-${MY_PRE_VERSION}"

 MODULE_NAMES="rt2500(net:${S}/Module)"
 CONFIG_CHECK="NET_RADIO"


Reproducible: Always
Comment 1 Bernd Steinhauser 2007-04-27 21:32:37 UTC
Created attachment 117448 [details, diff]
rt2500_pre_ebuild.diff patch for the ebuild
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-05-09 16:43:57 UTC
thank you, fixed