Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61215 - update bglibs ebuild to 1.017 ?
Summary: update bglibs ebuild to 1.017 ?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 20:28 UTC by Bob Black
Modified: 2004-08-21 22:40 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bob Black 2004-08-21 20:28:27 UTC
I copied bglibs-1.011.ebuild to bglibs-1.017.ebuild

Took out the two cleanup functions out.
(The Makefile has the fixed head/tail funcs)
Not entirely sure what the other fix does.

Updated the md5s and the build / install seemed to run fine.


---ebuild diff----
--- bglibs-1.011.ebuild 2004-07-01 23:39:21.000000000 -0500
+++ bglibs-1.017.ebuild 2004-08-21 17:22:38.000000000 -0500
@@ -17,11 +17,11 @@
 
 src_unpack() {
        unpack ${A}
-       ht_fix_file ${S}/Makefile
+#      ht_fix_file ${S}/Makefile
        # fix weird bug with new gcc and compile of tests failing due to style of
        # gcc flags not on bugzilla, but personally reported to robbat2@gentoo.org
        # by personal friend
-       sed -e 's|libraries selftests installer|libraries installer|g' -i ${S}/Makefile
+#      sed -e 's|libraries selftests installer|libraries installer|g' -i ${S}/Makefile
 }
 
 src_compile() {
-------------------

--Files diff--

----files diff----
--- files/digest-bglibs-1.011   2003-12-25 21:31:07.000000000 -0600
+++ files/digest-bglibs-1.017   2004-08-21 17:12:58.000000000 -0500
@@ -1 +1 @@
-MD5 a5272bc7e30c5323e35b4361206309ea bglibs-1.011.tar.gz 190730
+MD5 27409cbd25480cbb3a9555766f3beb26 bglibs-1.017.tar.gz 232691
--------


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2004-08-21 22:40:50 UTC
in cvs.