[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild rt-4.2.9.ebuild

2014-11-18 Thread Aaron Swenson (titanofold)
titanofold14/11/18 20:25:30

  Modified: ChangeLog
  Added:rt-4.2.9-r1.ebuild
  Removed:  rt-4.2.9.ebuild
  Log:
  Refresh rt_apache.conf so that it has a working example appropriate
  for the only version in the tree. Added another sed statement in the
  ebuild to remove excess slashes. Fixed reconfig so that it actually
  does what it's supposed to do, and do so quietly so that the message
  isn't lost. Cleaned up postinstall and have it point to our wiki page
  instead of an outdated, flash heavy guide. This package now does
  everything it promised, but didn't deliver.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.90 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   16 Nov 2014 21:04:09 -  1.89
+++ ChangeLog   18 Nov 2014 20:25:29 -  1.90
@@ -1,6 +1,19 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 
21:04:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.90 2014/11/18 
20:25:29 titanofold Exp $
+
+*rt-4.2.9-r1 (18 Nov 2014)
+
+  18 Nov 2014; Aaron W. Swenson  -rt-4.2.9.ebuild,
+  +rt-4.2.9-r1.ebuild, files/postinstall-en.txt, files/reconfig,
+  files/rt_apache2.conf:
+  Refresh rt_apache.conf so that it has a working example appropriate
+  for the only version in the tree. Added another sed statement in the
+  ebuild to remove excess slashes. Fixed reconfig so that it actually
+  does what it's supposed to do, and do so quietly so that the message
+  isn't lost. Cleaned up postinstall and have it point to our wiki page
+  instead of an outdated, flash heavy guide. This package now does
+  everything it promised, but didn't deliver.
 
   16 Nov 2014; Aaron W. Swenson  rt-4.2.9.ebuild:
   Add missing dependency. If we are not using Lighttpd and not FastCGI, we need



1.1  www-apps/rt/rt-4.2.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: rt-4.2.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.1 
2014/11/18 20:25:29 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/";
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz";

KEYWORDS="~amd64"
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"

RESTRICT="test"

DEPEND="
>=dev-lang/perl-5.10.1

>=dev-perl/Apache-Session-1.53
>=dev-perl/CSS-Squish-0.06
>=dev-perl/Class-Accessor-0.34
>=dev-perl/DBI-1.37
>=dev-perl/Date-Extract-0.02
>=dev-perl/DateTime-Format-Natural-0.67
>=dev-perl/dbix-searchbuilder-1.660.0
>=dev-perl/Devel-StackTrace-1.19
>=dev-perl/HTML-FormatText-WithLinks-0.14
>=dev-perl/HTML-Mason-1.43
>=dev-perl/HTML-Scrubber-0.08
>=dev-perl/HTTP-Server-Simple-0.34
>=dev-perl/HTTP-Server-Simple-Mason-0.14
>=dev-perl/MIME-tools-5.425
>=dev-perl/MailTools-1.60
>=dev-perl/Module-Versions-Report-1.05
>=dev-perl/Role-Basic-0.12
>=dev-perl/Symbol-Global-Name-0.04
>=dev-perl/Text-Quoted-2.80.0
>=dev-perl/Text-WikiFormat-0.76
>=dev-perl/Tree-Simple-1.04
>=dev-perl/XML-RSS-1.05
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
>=dev-perl/log-dispatch-2.2.3
>=dev-perl/log-dispatch-2.23
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Getopt-Long-2.24
>=virtual/perl-Storable-2.08
>=virtual/perl-Locale-Maketext-1.06
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl

[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild rt-4.2.9.ebuild

2014-11-18 Thread Aaron Swenson (titanofold)
titanofold14/11/18 20:25:30

  Modified: ChangeLog
  Added:rt-4.2.9-r1.ebuild
  Removed:  rt-4.2.9.ebuild
  Log:
  Refresh rt_apache.conf so that it has a working example appropriate
  for the only version in the tree. Added another sed statement in the
  ebuild to remove excess slashes. Fixed reconfig so that it actually
  does what it's supposed to do, and do so quietly so that the message
  isn't lost. Cleaned up postinstall and have it point to our wiki page
  instead of an outdated, flash heavy guide. This package now does
  everything it promised, but didn't deliver.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.90 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   16 Nov 2014 21:04:09 -  1.89
+++ ChangeLog   18 Nov 2014 20:25:29 -  1.90
@@ -1,6 +1,19 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 
21:04:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.90 2014/11/18 
20:25:29 titanofold Exp $
+
+*rt-4.2.9-r1 (18 Nov 2014)
+
+  18 Nov 2014; Aaron W. Swenson  -rt-4.2.9.ebuild,
+  +rt-4.2.9-r1.ebuild, files/postinstall-en.txt, files/reconfig,
+  files/rt_apache2.conf:
+  Refresh rt_apache.conf so that it has a working example appropriate
+  for the only version in the tree. Added another sed statement in the
+  ebuild to remove excess slashes. Fixed reconfig so that it actually
+  does what it's supposed to do, and do so quietly so that the message
+  isn't lost. Cleaned up postinstall and have it point to our wiki page
+  instead of an outdated, flash heavy guide. This package now does
+  everything it promised, but didn't deliver.
 
   16 Nov 2014; Aaron W. Swenson  rt-4.2.9.ebuild:
   Add missing dependency. If we are not using Lighttpd and not FastCGI, we need



1.1  www-apps/rt/rt-4.2.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: rt-4.2.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.1 
2014/11/18 20:25:29 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/";
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz";

KEYWORDS="~amd64"
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"

RESTRICT="test"

DEPEND="
>=dev-lang/perl-5.10.1

>=dev-perl/Apache-Session-1.53
>=dev-perl/CSS-Squish-0.06
>=dev-perl/Class-Accessor-0.34
>=dev-perl/DBI-1.37
>=dev-perl/Date-Extract-0.02
>=dev-perl/DateTime-Format-Natural-0.67
>=dev-perl/dbix-searchbuilder-1.660.0
>=dev-perl/Devel-StackTrace-1.19
>=dev-perl/HTML-FormatText-WithLinks-0.14
>=dev-perl/HTML-Mason-1.43
>=dev-perl/HTML-Scrubber-0.08
>=dev-perl/HTTP-Server-Simple-0.34
>=dev-perl/HTTP-Server-Simple-Mason-0.14
>=dev-perl/MIME-tools-5.425
>=dev-perl/MailTools-1.60
>=dev-perl/Module-Versions-Report-1.05
>=dev-perl/Role-Basic-0.12
>=dev-perl/Symbol-Global-Name-0.04
>=dev-perl/Text-Quoted-2.80.0
>=dev-perl/Text-WikiFormat-0.76
>=dev-perl/Tree-Simple-1.04
>=dev-perl/XML-RSS-1.05
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
>=dev-perl/log-dispatch-2.2.3
>=dev-perl/log-dispatch-2.23
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Getopt-Long-2.24
>=virtual/perl-Storable-2.08
>=virtual/perl-Locale-Maketext-1.06
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl

[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild rt-4.2.9.ebuild

2014-11-18 Thread Aaron Swenson (titanofold)
titanofold14/11/18 20:25:30

  Modified: ChangeLog
  Added:rt-4.2.9-r1.ebuild
  Removed:  rt-4.2.9.ebuild
  Log:
  Refresh rt_apache.conf so that it has a working example appropriate
  for the only version in the tree. Added another sed statement in the
  ebuild to remove excess slashes. Fixed reconfig so that it actually
  does what it's supposed to do, and do so quietly so that the message
  isn't lost. Cleaned up postinstall and have it point to our wiki page
  instead of an outdated, flash heavy guide. This package now does
  everything it promised, but didn't deliver.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.90 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   16 Nov 2014 21:04:09 -  1.89
+++ ChangeLog   18 Nov 2014 20:25:29 -  1.90
@@ -1,6 +1,19 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 
21:04:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.90 2014/11/18 
20:25:29 titanofold Exp $
+
+*rt-4.2.9-r1 (18 Nov 2014)
+
+  18 Nov 2014; Aaron W. Swenson  -rt-4.2.9.ebuild,
+  +rt-4.2.9-r1.ebuild, files/postinstall-en.txt, files/reconfig,
+  files/rt_apache2.conf:
+  Refresh rt_apache.conf so that it has a working example appropriate
+  for the only version in the tree. Added another sed statement in the
+  ebuild to remove excess slashes. Fixed reconfig so that it actually
+  does what it's supposed to do, and do so quietly so that the message
+  isn't lost. Cleaned up postinstall and have it point to our wiki page
+  instead of an outdated, flash heavy guide. This package now does
+  everything it promised, but didn't deliver.
 
   16 Nov 2014; Aaron W. Swenson  rt-4.2.9.ebuild:
   Add missing dependency. If we are not using Lighttpd and not FastCGI, we need



1.1  www-apps/rt/rt-4.2.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: rt-4.2.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.1 
2014/11/18 20:25:29 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/";
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz";

KEYWORDS="~amd64"
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"

RESTRICT="test"

DEPEND="
>=dev-lang/perl-5.10.1

>=dev-perl/Apache-Session-1.53
>=dev-perl/CSS-Squish-0.06
>=dev-perl/Class-Accessor-0.34
>=dev-perl/DBI-1.37
>=dev-perl/Date-Extract-0.02
>=dev-perl/DateTime-Format-Natural-0.67
>=dev-perl/dbix-searchbuilder-1.660.0
>=dev-perl/Devel-StackTrace-1.19
>=dev-perl/HTML-FormatText-WithLinks-0.14
>=dev-perl/HTML-Mason-1.43
>=dev-perl/HTML-Scrubber-0.08
>=dev-perl/HTTP-Server-Simple-0.34
>=dev-perl/HTTP-Server-Simple-Mason-0.14
>=dev-perl/MIME-tools-5.425
>=dev-perl/MailTools-1.60
>=dev-perl/Module-Versions-Report-1.05
>=dev-perl/Role-Basic-0.12
>=dev-perl/Symbol-Global-Name-0.04
>=dev-perl/Text-Quoted-2.80.0
>=dev-perl/Text-WikiFormat-0.76
>=dev-perl/Tree-Simple-1.04
>=dev-perl/XML-RSS-1.05
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
>=dev-perl/log-dispatch-2.2.3
>=dev-perl/log-dispatch-2.23
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Getopt-Long-2.24
>=virtual/perl-Storable-2.08
>=virtual/perl-Locale-Maketext-1.06
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl

[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild rt-4.2.9.ebuild

2014-11-18 Thread Aaron Swenson (titanofold)
titanofold14/11/18 20:25:30

  Modified: ChangeLog
  Added:rt-4.2.9-r1.ebuild
  Removed:  rt-4.2.9.ebuild
  Log:
  Refresh rt_apache.conf so that it has a working example appropriate
  for the only version in the tree. Added another sed statement in the
  ebuild to remove excess slashes. Fixed reconfig so that it actually
  does what it's supposed to do, and do so quietly so that the message
  isn't lost. Cleaned up postinstall and have it point to our wiki page
  instead of an outdated, flash heavy guide. This package now does
  everything it promised, but didn't deliver.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.90 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   16 Nov 2014 21:04:09 -  1.89
+++ ChangeLog   18 Nov 2014 20:25:29 -  1.90
@@ -1,6 +1,19 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 
21:04:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.90 2014/11/18 
20:25:29 titanofold Exp $
+
+*rt-4.2.9-r1 (18 Nov 2014)
+
+  18 Nov 2014; Aaron W. Swenson  -rt-4.2.9.ebuild,
+  +rt-4.2.9-r1.ebuild, files/postinstall-en.txt, files/reconfig,
+  files/rt_apache2.conf:
+  Refresh rt_apache.conf so that it has a working example appropriate
+  for the only version in the tree. Added another sed statement in the
+  ebuild to remove excess slashes. Fixed reconfig so that it actually
+  does what it's supposed to do, and do so quietly so that the message
+  isn't lost. Cleaned up postinstall and have it point to our wiki page
+  instead of an outdated, flash heavy guide. This package now does
+  everything it promised, but didn't deliver.
 
   16 Nov 2014; Aaron W. Swenson  rt-4.2.9.ebuild:
   Add missing dependency. If we are not using Lighttpd and not FastCGI, we need



1.1  www-apps/rt/rt-4.2.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: rt-4.2.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.1 
2014/11/18 20:25:29 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/";
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz";

KEYWORDS="~amd64"
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"

RESTRICT="test"

DEPEND="
>=dev-lang/perl-5.10.1

>=dev-perl/Apache-Session-1.53
>=dev-perl/CSS-Squish-0.06
>=dev-perl/Class-Accessor-0.34
>=dev-perl/DBI-1.37
>=dev-perl/Date-Extract-0.02
>=dev-perl/DateTime-Format-Natural-0.67
>=dev-perl/dbix-searchbuilder-1.660.0
>=dev-perl/Devel-StackTrace-1.19
>=dev-perl/HTML-FormatText-WithLinks-0.14
>=dev-perl/HTML-Mason-1.43
>=dev-perl/HTML-Scrubber-0.08
>=dev-perl/HTTP-Server-Simple-0.34
>=dev-perl/HTTP-Server-Simple-Mason-0.14
>=dev-perl/MIME-tools-5.425
>=dev-perl/MailTools-1.60
>=dev-perl/Module-Versions-Report-1.05
>=dev-perl/Role-Basic-0.12
>=dev-perl/Symbol-Global-Name-0.04
>=dev-perl/Text-Quoted-2.80.0
>=dev-perl/Text-WikiFormat-0.76
>=dev-perl/Tree-Simple-1.04
>=dev-perl/XML-RSS-1.05
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
>=dev-perl/log-dispatch-2.2.3
>=dev-perl/log-dispatch-2.23
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Getopt-Long-2.24
>=virtual/perl-Storable-2.08
>=virtual/perl-Locale-Maketext-1.06
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl

[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild rt-4.2.9.ebuild

2014-11-18 Thread Aaron Swenson (titanofold)
titanofold14/11/18 20:25:30

  Modified: ChangeLog
  Added:rt-4.2.9-r1.ebuild
  Removed:  rt-4.2.9.ebuild
  Log:
  Refresh rt_apache.conf so that it has a working example appropriate
  for the only version in the tree. Added another sed statement in the
  ebuild to remove excess slashes. Fixed reconfig so that it actually
  does what it's supposed to do, and do so quietly so that the message
  isn't lost. Cleaned up postinstall and have it point to our wiki page
  instead of an outdated, flash heavy guide. This package now does
  everything it promised, but didn't deliver.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.90 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   16 Nov 2014 21:04:09 -  1.89
+++ ChangeLog   18 Nov 2014 20:25:29 -  1.90
@@ -1,6 +1,19 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 
21:04:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.90 2014/11/18 
20:25:29 titanofold Exp $
+
+*rt-4.2.9-r1 (18 Nov 2014)
+
+  18 Nov 2014; Aaron W. Swenson  -rt-4.2.9.ebuild,
+  +rt-4.2.9-r1.ebuild, files/postinstall-en.txt, files/reconfig,
+  files/rt_apache2.conf:
+  Refresh rt_apache.conf so that it has a working example appropriate
+  for the only version in the tree. Added another sed statement in the
+  ebuild to remove excess slashes. Fixed reconfig so that it actually
+  does what it's supposed to do, and do so quietly so that the message
+  isn't lost. Cleaned up postinstall and have it point to our wiki page
+  instead of an outdated, flash heavy guide. This package now does
+  everything it promised, but didn't deliver.
 
   16 Nov 2014; Aaron W. Swenson  rt-4.2.9.ebuild:
   Add missing dependency. If we are not using Lighttpd and not FastCGI, we need



1.1  www-apps/rt/rt-4.2.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: rt-4.2.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.1 
2014/11/18 20:25:29 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/";
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz";

KEYWORDS="~amd64"
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"

RESTRICT="test"

DEPEND="
>=dev-lang/perl-5.10.1

>=dev-perl/Apache-Session-1.53
>=dev-perl/CSS-Squish-0.06
>=dev-perl/Class-Accessor-0.34
>=dev-perl/DBI-1.37
>=dev-perl/Date-Extract-0.02
>=dev-perl/DateTime-Format-Natural-0.67
>=dev-perl/dbix-searchbuilder-1.660.0
>=dev-perl/Devel-StackTrace-1.19
>=dev-perl/HTML-FormatText-WithLinks-0.14
>=dev-perl/HTML-Mason-1.43
>=dev-perl/HTML-Scrubber-0.08
>=dev-perl/HTTP-Server-Simple-0.34
>=dev-perl/HTTP-Server-Simple-Mason-0.14
>=dev-perl/MIME-tools-5.425
>=dev-perl/MailTools-1.60
>=dev-perl/Module-Versions-Report-1.05
>=dev-perl/Role-Basic-0.12
>=dev-perl/Symbol-Global-Name-0.04
>=dev-perl/Text-Quoted-2.80.0
>=dev-perl/Text-WikiFormat-0.76
>=dev-perl/Tree-Simple-1.04
>=dev-perl/XML-RSS-1.05
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
>=dev-perl/log-dispatch-2.2.3
>=dev-perl/log-dispatch-2.23
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Getopt-Long-2.24
>=virtual/perl-Storable-2.08
>=virtual/perl-Locale-Maketext-1.06
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl

[gentoo-commits] gentoo-x86 commit in www-apps/rt: ChangeLog rt-4.2.9-r1.ebuild rt-4.2.9.ebuild

2014-11-18 Thread Aaron Swenson (titanofold)
titanofold14/11/18 20:25:30

  Modified: ChangeLog
  Added:rt-4.2.9-r1.ebuild
  Removed:  rt-4.2.9.ebuild
  Log:
  Refresh rt_apache.conf so that it has a working example appropriate
  for the only version in the tree. Added another sed statement in the
  ebuild to remove excess slashes. Fixed reconfig so that it actually
  does what it's supposed to do, and do so quietly so that the message
  isn't lost. Cleaned up postinstall and have it point to our wiki page
  instead of an outdated, flash heavy guide. This package now does
  everything it promised, but didn't deliver.
  
  (Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 
D1BBFDA0)

Revision  ChangesPath
1.90 www-apps/rt/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?rev=1.90&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===
RCS file: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog   16 Nov 2014 21:04:09 -  1.89
+++ ChangeLog   18 Nov 2014 20:25:29 -  1.90
@@ -1,6 +1,19 @@
 # ChangeLog for www-apps/rt
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.89 2014/11/16 
21:04:09 titanofold Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/ChangeLog,v 1.90 2014/11/18 
20:25:29 titanofold Exp $
+
+*rt-4.2.9-r1 (18 Nov 2014)
+
+  18 Nov 2014; Aaron W. Swenson  -rt-4.2.9.ebuild,
+  +rt-4.2.9-r1.ebuild, files/postinstall-en.txt, files/reconfig,
+  files/rt_apache2.conf:
+  Refresh rt_apache.conf so that it has a working example appropriate
+  for the only version in the tree. Added another sed statement in the
+  ebuild to remove excess slashes. Fixed reconfig so that it actually
+  does what it's supposed to do, and do so quietly so that the message
+  isn't lost. Cleaned up postinstall and have it point to our wiki page
+  instead of an outdated, flash heavy guide. This package now does
+  everything it promised, but didn't deliver.
 
   16 Nov 2014; Aaron W. Swenson  rt-4.2.9.ebuild:
   Add missing dependency. If we are not using Lighttpd and not FastCGI, we need



1.1  www-apps/rt/rt-4.2.9-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild?rev=1.1&content-type=text/plain

Index: rt-4.2.9-r1.ebuild
===
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-apps/rt/rt-4.2.9-r1.ebuild,v 1.1 
2014/11/18 20:25:29 titanofold Exp $

EAPI=5

inherit webapp eutils depend.apache user

DESCRIPTION="RT is an enterprise-grade ticketing system"
HOMEPAGE="http://www.bestpractical.com/rt/";
SRC_URI="http://download.bestpractical.com/pub/${PN}/release/${P}.tar.gz";

KEYWORDS="~amd64"
LICENSE="GPL-2"
IUSE="mysql +postgres fastcgi lighttpd"
REQUIRED_USE="^^ ( mysql postgres )"

RESTRICT="test"

DEPEND="
>=dev-lang/perl-5.10.1

>=dev-perl/Apache-Session-1.53
>=dev-perl/CSS-Squish-0.06
>=dev-perl/Class-Accessor-0.34
>=dev-perl/DBI-1.37
>=dev-perl/Date-Extract-0.02
>=dev-perl/DateTime-Format-Natural-0.67
>=dev-perl/dbix-searchbuilder-1.660.0
>=dev-perl/Devel-StackTrace-1.19
>=dev-perl/HTML-FormatText-WithLinks-0.14
>=dev-perl/HTML-Mason-1.43
>=dev-perl/HTML-Scrubber-0.08
>=dev-perl/HTTP-Server-Simple-0.34
>=dev-perl/HTTP-Server-Simple-Mason-0.14
>=dev-perl/MIME-tools-5.425
>=dev-perl/MailTools-1.60
>=dev-perl/Module-Versions-Report-1.05
>=dev-perl/Role-Basic-0.12
>=dev-perl/Symbol-Global-Name-0.04
>=dev-perl/Text-Quoted-2.80.0
>=dev-perl/Text-WikiFormat-0.76
>=dev-perl/Tree-Simple-1.04
>=dev-perl/XML-RSS-1.05
>=dev-perl/class-returnvalue-0.40
>=dev-perl/dbix-searchbuilder-1.59
>=dev-perl/locale-maketext-lexicon-0.32
>=dev-perl/log-dispatch-2.2.3
>=dev-perl/log-dispatch-2.23
>=virtual/perl-CGI-4
>=virtual/perl-Digest-MD5-2.27
>=virtual/perl-File-Spec-0.8
>=virtual/perl-Getopt-Long-2.24
>=virtual/perl-Storable-2.08
>=virtual/perl-Locale-Maketext-1.06
dev-perl/CGI-Emulate-PSGI
dev-perl/CGI-PSGI
dev-perl/Cache-Simple-TimedExpiry
dev-perl/Calendar-Simple
dev-perl/Convert-Color
dev-perl