Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 417109 - www-apps/b2evolution-4.1.4 version bump
Summary: www-apps/b2evolution-4.1.4 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Gentoo Web Application Packages Maintainers
URL:
Whiteboard:
Keywords: EBUILD, PATCH
Depends on:
Blocks:
 
Reported: 2012-05-22 15:00 UTC by Slamp
Modified: 2012-07-27 21:54 UTC (History)
0 users

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


Attachments
New ebuild for b2evolution 4.1.4 (b2evolution-4.1.4.ebuild,1.39 KB, text/plain)
2012-05-22 15:00 UTC, Slamp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Slamp 2012-05-22 15:00:33 UTC
Created attachment 312701 [details]
New ebuild for b2evolution 4.1.4

I made a new ebuild for b2evolution 4.1.4, in fact a patch of b2evolution-2.4.0_rc2. Attached you will find the ebuild file.

Hope it helps,

Slamp


--- b2evolution-2.4.0_rc2.ebuild        2012-05-22 16:55:59.072457796 +0200
+++ b2evolution-4.1.4.ebuild    2012-05-22 16:58:12.512652669 +0200
@@ -4,7 +4,7 @@

 inherit webapp eutils depend.php

-MY_EXT="2008-01-23"
+MY_EXT="stable-2012-04-03"
 MY_PV=${PV/_/-}

 DESCRIPTION="Multilingual multiuser multi-blog engine"
@@ -44,11 +44,14 @@
        dohtml doc/*.html

        webapp_serverowned "${MY_HTDOCSDIR}"
-       webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.php
-       webapp_configfile "${MY_HTDOCSDIR}"/conf/_{basic_config,advanced,locales,formatting,admin,stats,application}.php
+       webapp_serverowned "${MY_HTDOCSDIR}"/conf/_basic_config.template.php
+       webapp_serverowned -R "${MY_HTDOCSDIR}"/{cache,media}/
+       webapp_configfile
+       "${MY_HTDOCSDIR}"/conf/_{basic_config.template,advanced,locales,formatting,admin,stats,application,config,icons,upgrade}.php

        webapp_postinst_txt en "${FILESDIR}"/postinstall-en.txt
        webapp_postupgrade_txt en "${FILESDIR}"/postupgrade-en.txt

        webapp_src_install
+    
 }
Comment 1 Matti Bickel (RETIRED) gentoo-dev 2012-07-27 21:54:07 UTC
I was able to complete a test install here using a variant of the ebuild i've posted over at github: https://github.com/jaervosz/portage-overlay/pull/1

With a timeout from jaervosz, I've committed this to the tree. Enjoy :)