diff options
author | Julien Allanos <dju@gentoo.org> | 2006-01-12 22:44:53 +0000 |
---|---|---|
committer | Julien Allanos <dju@gentoo.org> | 2006-01-12 22:44:53 +0000 |
commit | 60fe24cbdb61d83a64b9dfc66ec469252fd80032 (patch) | |
tree | 3c17894e8a68978c62286a0eb3e25966598cf4b7 | |
parent | pkgmove gnome-extra/libgtkhtml gnome-extra/gtkhtml (diff) | |
download | historical-60fe24cbdb61d83a64b9dfc66ec469252fd80032.tar.gz historical-60fe24cbdb61d83a64b9dfc66ec469252fd80032.tar.bz2 historical-60fe24cbdb61d83a64b9dfc66ec469252fd80032.zip |
Removing old ebuild.
Package-Manager: portage-2.0.53
-rw-r--r-- | www-apps/trac/ChangeLog | 6 | ||||
-rw-r--r-- | www-apps/trac/Manifest | 5 | ||||
-rw-r--r-- | www-apps/trac/files/0.8.1-postinst-en.txt | 42 | ||||
-rw-r--r-- | www-apps/trac/files/digest-trac-0.8.2 | 1 | ||||
-rw-r--r-- | www-apps/trac/trac-0.8.2.ebuild | 62 |
5 files changed, 6 insertions, 110 deletions
diff --git a/www-apps/trac/ChangeLog b/www-apps/trac/ChangeLog index dd5743b110b1..6c6105ea6f3b 100644 --- a/www-apps/trac/ChangeLog +++ b/www-apps/trac/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-apps/trac # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.28 2006/01/11 14:29:05 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/ChangeLog,v 1.29 2006/01/12 22:44:53 dju Exp $ + + 12 Jan 2006; Julien Allanos <dju@gentoo.org> -files/0.8.1-postinst-en.txt, + -trac-0.8.2.ebuild: + Removing old ebuild. 11 Jan 2006; Tobias Scherbaum <dertobi123@gentoo.org> trac-0.9.3.ebuild: ppc stable, bug #118302 diff --git a/www-apps/trac/Manifest b/www-apps/trac/Manifest index 2aabf10ed360..833fb6d1564d 100644 --- a/www-apps/trac/Manifest +++ b/www-apps/trac/Manifest @@ -1,11 +1,8 @@ -MD5 0850cd2515b0e0af68b7f0931e4e23a5 ChangeLog 5743 -MD5 d9fb4f2a1d8f5d4653af732dd6504f7f files/0.8.1-postinst-en.txt 1242 +MD5 71c5e4a9c57a5e2b3de6dbd97be15c00 ChangeLog 5859 MD5 469236380f880bdb92903ecee4587ae3 files/0.8.4-postinst-en.txt 1035 MD5 1ef68ae7232130e8152d6e007afc4352 files/0.9.3-postinst-en.txt 2275 -MD5 ba2d3ff29f0357234fd123f84c210ec3 files/digest-trac-0.8.2 62 MD5 8923e5fb9575c109266bbab2350940ff files/digest-trac-0.8.4 62 MD5 34f51a4e22b9c551e4d20d56daf45c85 files/digest-trac-0.9.3 62 MD5 fc3b5dec4ccef02547c54bf840024aa6 metadata.xml 220 -MD5 dc7f3171220dede396380a7d76b9d5e0 trac-0.8.2.ebuild 1838 MD5 f605a49aef73a61cbcc7527da21fd418 trac-0.8.4.ebuild 1511 MD5 4f69d12070fc1fc01b56bc79b7a712fe trac-0.9.3.ebuild 2210 diff --git a/www-apps/trac/files/0.8.1-postinst-en.txt b/www-apps/trac/files/0.8.1-postinst-en.txt deleted file mode 100644 index 1ed8fcf12cd5..000000000000 --- a/www-apps/trac/files/0.8.1-postinst-en.txt +++ /dev/null @@ -1,42 +0,0 @@ -Install Instructions -==================== - -To complete the install, run this commands: - - trac-admin ${MY_HOSTROOT}/trac/<project-name> initenv - -To add security, create a password database. This command is for Apache 2; -adjust for the webserver of your choice. - - htpasswd2 -c ${MY_HOSTROOT}/trac.passwd <user> - -Now, all you need to do is to configure your webserver. This would go -into Apache's .htaccess file; adjust for the webserver of your choice. - - <Location "/cgi-bin/trac.cgi"> - SetEnv TRAC_ENV ${MY_HOSTROOT}/trac/<project-name> - </Location> - <Location "/cgi-bin/trac.cgi/login"> - AuthType Basic - AuthName "trac" - AuthUserFile ${MY_HOSTROOT}/trac.passwd - Require valid-user - </Location> - -Upgrade Instructions -==================== - -If you are upgrading from 0.6.1, please follow the instructions here: - - http://projects.edgewall.com/trac/wiki/TracUpgrade - -Note that the single .db file has been replaced by a directory, and that -the TRAC_DB environment variable has been renamed as TRAC_ENV. - -Running Multiple Copies Of Trac -=============================== - -If you want to run multiple copies of trac on your website, please see Dju's -excellent instructions here: - - http://wiki.dju.elegiac.net/wiki/MultipleTracInstancesOnGentoo diff --git a/www-apps/trac/files/digest-trac-0.8.2 b/www-apps/trac/files/digest-trac-0.8.2 deleted file mode 100644 index cce9ae0bb0a4..000000000000 --- a/www-apps/trac/files/digest-trac-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 2a94a4994980baaca3ec6285ca650cd4 trac-0.8.2.tar.gz 217035 diff --git a/www-apps/trac/trac-0.8.2.ebuild b/www-apps/trac/trac-0.8.2.ebuild deleted file mode 100644 index 7a82243b543d..000000000000 --- a/www-apps/trac/trac-0.8.2.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/trac/trac-0.8.2.ebuild,v 1.3 2005/06/02 19:19:18 trapni Exp $ - -inherit distutils webapp - -DESCRIPTION="Trac is a minimalistic web-based project management, wiki and bug/issue tracking system." -HOMEPAGE="http://trac.edgewall.com/" -SRC_URI="http://ftp.edgewall.com/pub/trac/${P}.tar.gz" - -LICENSE="GPL-2" -KEYWORDS="x86 ~ppc ~sparc ~amd64" -IUSE="vhosts" - -DEPEND="$DEPEND - >=dev-lang/python-2.3 - >=dev-python/docutils-0.3.3 - =dev-db/sqlite-2.8* - <=dev-python/pysqlite-1.0 - >=dev-libs/clearsilver-0.9.3 - app-text/silvercity - >=dev-util/subversion-1.0.3" - -POSTINST_PV="0.8.1" - -# need choice between enscript/silvercity/nothing -# need choice between sqlite-3 + pysqlite-1.1 / sqlite-2.8 + pysqlite-1.0 -# need choice between mod_python/nothing -# -# NOTE: could someone please enlight me in why ${who} wrote those notes above? -# What's been ${who}'s goals? -- trapni (2005-06-02 07:17 UTC) - -DOCS="AUTHORS COPYING ChangeLog INSTALL MANIFEST.in PKG-INFO README README.tracd RELEASE THANKS UPGRADE" - -src_install () { - # project databases go in here - dodir /var/lib/trac - - webapp_src_preinst - distutils_src_install - dodoc ${DOCS} - - # now, we have to turn this into something that webapp-config can use - - local my_dir=${D}/usr/share/trac - mv ${my_dir}/cgi-bin/trac.cgi ${D}${MY_CGIBINDIR} || die - rm -rf ${my_dir}/cgi-bin || die - mv ${my_dir}/htdocs/* ${D}${MY_HTDOCSDIR} || die - rm -rf ${my_dir}/htdocs || die - - for lang in en; do - webapp_postinst_txt ${lang} ${FILESDIR}/${POSTINST_PV}-postinst-${lang}.txt - done - - # the trac dir itself needs to be server-owned - # this should do the trick - - webapp_serverowned ${MY_HTDOCSDIR} - - # okay, we're done - let webapp.eclass finish off - webapp_src_install -} |