Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 548682 - dev-util/cppcheck-1.69-r1 version bump
Summary: dev-util/cppcheck-1.69-r1 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-05 13:00 UTC by Christian Strahl
Modified: 2015-05-23 01:38 UTC (History)
1 user (show)

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


Attachments
cppcheck-1.69.ebuild (cppcheck-1.69.ebuild,2.13 KB, text/plain)
2015-05-20 11:29 UTC, Christian Strahl
Details
cppcheck-1.69-c++0x.patch (cppcheck-1.69-c++0x.patch,226 bytes, patch)
2015-05-20 11:30 UTC, Christian Strahl
Details | Diff
cppcheck-1.69-tinyxml2.patch (cppcheck-1.69-tinyxml2.patch,3.45 KB, patch)
2015-05-20 11:31 UTC, Christian Strahl
Details | Diff
cppcheck-1.69-r1.ebuild (cppcheck-1.69-r1.ebuild,2.21 KB, text/plain)
2015-05-20 17:27 UTC, Christian Strahl
Details
cppcheck-1.69.patch (cppcheck-1.69.patch,568 bytes, patch)
2015-05-21 08:06 UTC, Christian Strahl
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Strahl 2015-05-05 13:00:55 UTC
cppcheck 1.69 was released on 2015-05-01 : 
    http://sourceforge.net/p/cppcheck/news/2015/05/cppcheck-169/

Please bump.

Reproducible: Always
Comment 1 Christian Strahl 2015-05-20 11:29:26 UTC
Created attachment 403666 [details]
cppcheck-1.69.ebuild
Comment 2 Christian Strahl 2015-05-20 11:30:13 UTC
Created attachment 403668 [details, diff]
cppcheck-1.69-c++0x.patch
Comment 3 Christian Strahl 2015-05-20 11:31:26 UTC
Created attachment 403670 [details, diff]
cppcheck-1.69-tinyxml2.patch
Comment 4 Michael Weber (RETIRED) gentoo-dev 2015-05-20 12:33:05 UTC
+*cppcheck-1.69 (20 May 2015)
+
+  20 May 2015; Michael Weber <xmw@gentoo.org> +cppcheck-1.69.ebuild,
+  +files/cppcheck-1.69-c++0x.patch, +files/cppcheck-1.69-tinyxml2.patch,
+  cppcheck-1.68.ebuild:
+  Version bump by Christian Strahl (bug 548682).
+
Comment 5 Christian Strahl 2015-05-20 17:27:49 UTC
Created attachment 403694 [details]
cppcheck-1.69-r1.ebuild

I'm very sorry. I've used the wrong ebuild as template!
Here is the corrected version.
Comment 6 Michael Weber (RETIRED) gentoo-dev 2015-05-20 18:55:38 UTC
(In reply to Christian Strahl from comment #5)
> Created attachment 403694 [details]
> cppcheck-1.69-r1.ebuild
> 
> I'm very sorry. I've used the wrong ebuild as template!
> Here is the corrected version.

no problem, i re-added the ${ED} thing to the 1.69[-r0] and the USE=examples should be fine. I don't think a version bump is mandatory.

More current version than rsync tree: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-util/cppcheck/


--- ./ChangeLog
+++ ./ChangeLog
@@ -4,0 +5,3 @@
+  20 May 2015; Michael Weber <xmw@gentoo.org> cppcheck-1.69.ebuild:
+  Fix version bump, thanks Christian Strahl.
+

Index: cppcheck-1.69.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.69.ebuild,v
retrieving revision 1.1
diff -u -B -r1.1 cppcheck-1.69.ebuild
--- cppcheck-1.69.ebuild        20 May 2015 12:32:46 -0000      1.1
+++ cppcheck-1.69.ebuild        20 May 2015 18:51:00 -0000
@@ -81,7 +81,9 @@
 }
 
 src_install() {
-       emake install DESTDIR="${D}"
+       # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760
+       emake install DESTDIR="${ED}"
+
        insinto "/usr/share/${PN}/cfg"
        doins cfg/*.cfg
        if use qt4 ; then
Comment 7 Christian Strahl 2015-05-21 08:06:50 UTC
Created attachment 403710 [details, diff]
cppcheck-1.69.patch

Please apply this patch on the cppcheck-1.69.ebuild, so that compared to the cppcheck-1.68.ebuild only the new patches are used.

Sorry for the confusion. The next time I submit directly a patch instead of a new ebuild.
Comment 8 Michael Weber (RETIRED) gentoo-dev 2015-05-23 01:38:28 UTC
+  23 May 2015; Michael Weber <xmw@gentoo.org> cppcheck-1.69.ebuild:
+  Switch back to 1.68 ebuild style.
+