Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 88373 - spip-1.8.ebuild (New package)
Summary: spip-1.8.ebuild (New package)
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Gentoo Web-apps project
URL: http://www.spip.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-08 09:25 UTC by didbaba
Modified: 2005-11-29 09:53 UTC (History)
2 users (show)

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


Attachments
spip-1.8.ebuild (spip-1.8.ebuild,944 bytes, text/plain)
2005-04-08 09:26 UTC, didbaba
Details
spip 1.8.1d ebuild (spip-1.8.1d.ebuild,931 bytes, text/plain)
2005-06-09 10:17 UTC, kilian
Details
spip-1.8.2d.ebuild (spip-1.8.2d.ebuild,931 bytes, text/plain)
2005-09-17 06:35 UTC, Mathieu ALORENT
Details
spip-1.8.2d.ebuild (spip-1.8.2d.ebuild,933 bytes, text/plain)
2005-09-17 06:41 UTC, Mathieu ALORENT
Details

Note You need to log in before you can comment on or make changes to this bug.
Description didbaba 2005-04-08 09:25:31 UTC
Please find below an ebuild for SPIP. 

SPIP is a web publishing system (php+mysql). It is well known in France, especially in the education, but could satisfy many people. Support for I18n is good, just look at many language in http://www.spip.net 

I guess www-apps/spip is a good choice.

-- 
didbaba
Comment 1 didbaba 2005-04-08 09:26:27 UTC
Created attachment 55686 [details]
spip-1.8.ebuild
Comment 2 kilian 2005-06-09 10:17:49 UTC
Created attachment 60923 [details]
spip 1.8.1d ebuild

Here's an updated ebuild for latest SPIP version (1.8.1d)
Comment 3 Mathieu ALORENT 2005-09-17 06:35:40 UTC
Created attachment 68672 [details]
spip-1.8.2d.ebuild

Here's an updated ebuild for latest SPIP version (1.8.2d)
Comment 4 Mathieu ALORENT 2005-09-17 06:39:10 UTC
Comment on attachment 68672 [details]
spip-1.8.2d.ebuild

># Copyright 1999-2005 Gentoo Foundation
># Distributed under the terms of the GNU General Public License v2
># $Header: $
>
>inherit webapp eutils
>
>
>MY_P="SPIP-v1-8-2-d"
>S=${WORKDIR}/"SPIP-v1-8-2-d"
>
>DESCRIPTION="SPIP is a publishing system developped by the minirezo to manage the site uzine"
>HOMEPAGE="http://www.spip.net/"
>SRC_URI="http://www.spip.net/spip-dev/DISTRIB/${MY_P}.zip"
>LICENSE="GPL-2"
>KEYWORDS="~x86"
>IUSE=""
>
># defined in webapp
>#SLOT="${PVR}"
>
>DEPEND="${DEPEND}
> 		net-www/webapp-config" 
>RDEPEND="${DEPEND} 
>		 app-arch/unzip 
>		 virtual/php
>		 dev-db/mysql"
>
>src_unpack() {
>	cd ${WORKDIR}
>	unpack ${MY_P}.zip
>}
>
>src_compile() {
>	echo "Nothing to compile"
>}
>
>src_install() {
>	
>	webapp_src_preinst
>
>	einfo "Copying main files"
>	cd ${S}
>	cp -r . ${D}/${MY_HTDOCSDIR} || die
>
>	#All files must be owned by server
>	for i in $(find . -print) ; do
>		webapp_serverowned ${MY_HTDOCSDIR}/$i || die
>	done
>
>	webapp_src_install
>
>}
Comment 5 Mathieu ALORENT 2005-09-17 06:41:36 UTC
Created attachment 68673 [details]
spip-1.8.2d.ebuild

Sorry for the 2 last post, please ignore them...
Comment 6 Stuart Herbert (RETIRED) gentoo-dev 2005-11-26 13:39:00 UTC
Hi,

SPIP's English website claims that this is for PHP v3.  If that's true, then we
can't add support for this package, because PHP v3 is not supported by Gentoo.

Best regards,
Stu
Comment 7 Alexandre Veyrenc 2005-11-29 09:53:44 UTC
SPIP doesn't work with PHP v3. It needs PHP 4.08 at least. You can see the
requirements on this page http://www.spip.net/en_article3064.html

Supported by SPIP :
PHP 4.08 to 5.x
MySQL 3 to 4.1.x