Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 46615 Details for
Bug 68312
silsm-0.1.3 ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
www-apps/simple-sqlite-manager-0.1.3
simple-sqlite-manager-0.1.3.ebuild (text/plain), 1.12 KB, created by
Christoph Brill (egore) (RESIGNED)
on 2004-12-22 03:08:10 UTC
(
hide
)
Description:
www-apps/simple-sqlite-manager-0.1.3
Filename:
MIME Type:
Creator:
Christoph Brill (egore) (RESIGNED)
Created:
2004-12-22 03:08:10 UTC
Size:
1.12 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit webapp > >DESCRIPTION="Simple SQLite Manager is web frontend for managing SQLite >databases." >HOMEPAGE="http://sourceforge.net/projects/silsm/" >SRC_URI="mirror://sourceforge/silsm/${P}.tar.bz2" >LICENSE="BSD" >KEYWORDS="~x86" >IUSE="" >RDEPEND="dev-db/mysql > >=virtual/php-5 > net-www/apache > dev-db/sqlite" > > >pkg_setup () { > webapp_pkg_setup > einfo "Please make sure that your PHP is compiled with zlib, XML, and MySQL support" >} > > >src_unpack() { > unpack ${A} > cd ${S} > find . -name "CVS" | xargs rm -rf || die "failed revoming CVS dirs" >} > >src_install() { > webapp_src_preinst > > #remove this file, it's empty > rm doc/INSTALL > dodoc doc/* > rm -rf doc > cp -a * ${D}/${MY_HTDOCSDIR} > > local CONFIGFILES=`ls -a ${MY_HTDOCSDIR}/config` > for CONFIGFILE in ${CONFIGFILES}; do > webapp_configfile ${MY_HTDOCSDIR}/config/${CONFIGFILE} > done > webapp_postinst_txt en ${FILESDIR}/postinstall-0.1-en.txt > webapp_src_install > > ewarn "It's strongly recommended to backup your databases before working" > ewarn "with them using this tool." >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 68312
: 46615 |
46616