Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 439462 - net-nntp/spotweb - a webbased usenet binary resource indexer based on the protocol and development done by Spotnet
Summary: net-nntp/spotweb - a webbased usenet binary resource indexer based on the pro...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Default Assignee for New Packages
URL: http://github.com/spotweb/spotweb/wiki/
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2012-10-23 23:52 UTC by daktak
Modified: 2013-01-23 03:27 UTC (History)
0 users

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


Attachments
spotweb-9999.ebuild (spotweb-9999.ebuild,1.52 KB, text/plain)
2012-11-14 05:12 UTC, daktak
Details
files/.htaccess (htaccess,112 bytes, text/plain)
2012-11-14 06:13 UTC, daktak
Details
spotweb-9999.ebuild (spotweb-9999.ebuild,1.59 KB, text/plain)
2012-11-14 06:13 UTC, daktak
Details
postinstall-en.txt (postinstall-en.txt,467 bytes, text/plain)
2012-11-16 05:05 UTC, daktak
Details
create_db.sql (create_db.sql,312 bytes, text/plain)
2012-11-20 01:03 UTC, daktak
Details

Note You need to log in before you can comment on or make changes to this bug.
Description daktak 2012-10-23 23:52:44 UTC
https://github.com/spotweb/spotweb


Spotweb is a webbased usenet binary resource indexer based on the protocol and development done by Spotnet (http://github.com/spotnet)

http://github.com/spotweb/spotweb/wiki/
Comment 1 daktak 2012-11-14 05:12:31 UTC
Created attachment 329504 [details]
spotweb-9999.ebuild

files/create_db.sql

CREATE DATABASE IF NOT EXISTS spotweb;
GRANT ALL ON spotweb.* TO spotweb@localhost IDENTIFIED BY "spotweb";
FLUSH PRIVILEGES;
GRANT CREATE TEMPORARY TABLES ON spotweb.* TO spotweb@localhost IDENTIFIED BY "spotweb";
FLUSH PRIVILEGES;
ALTER DATABASE spotweb DEFAULT CHARACTER SET utf8 COLLATE utf8_general_c
Comment 2 daktak 2012-11-14 06:13:35 UTC
Created attachment 329508 [details]
files/.htaccess
Comment 3 daktak 2012-11-14 06:13:54 UTC
Created attachment 329510 [details]
spotweb-9999.ebuild
Comment 4 daktak 2012-11-16 05:05:06 UTC
Created attachment 329636 [details]
postinstall-en.txt
Comment 5 daktak 2012-11-20 01:03:50 UTC
Created attachment 330000 [details]
create_db.sql
Comment 6 daktak 2012-11-29 03:19:09 UTC
added to soehest overlay