diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:08:42 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-08 06:08:42 +0000 |
commit | 13f46e5ed42f1a989e1767a35393954cdb316dac (patch) | |
tree | 367bd26c0f2d4a6929f107d93cd17f15efc1543c /www-servers/gorg | |
parent | Inherit the user eclass for enewuser/etc... (diff) | |
download | gentoo-2-13f46e5ed42f1a989e1767a35393954cdb316dac.tar.gz gentoo-2-13f46e5ed42f1a989e1767a35393954cdb316dac.tar.bz2 gentoo-2-13f46e5ed42f1a989e1767a35393954cdb316dac.zip |
Inherit the user eclass for enewuser/etc...
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'www-servers/gorg')
-rw-r--r-- | www-servers/gorg/ChangeLog | 8 | ||||
-rw-r--r-- | www-servers/gorg/gorg-0.7.0.ebuild | 6 | ||||
-rw-r--r-- | www-servers/gorg/gorg-0.7.1.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www-servers/gorg/ChangeLog b/www-servers/gorg/ChangeLog index 526a1e128ca7..c52d6b9a838a 100644 --- a/www-servers/gorg/ChangeLog +++ b/www-servers/gorg/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-servers/gorg -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.44 2013/12/25 19:51:34 graaff Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/ChangeLog,v 1.45 2014/01/08 06:08:42 vapier Exp $ + + 08 Jan 2014; Mike Frysinger <vapier@gentoo.org> gorg-0.7.0.ebuild, + gorg-0.7.1.ebuild: + Inherit the user eclass for enewuser/etc... *gorg-0.7.1 (25 Dec 2013) diff --git a/www-servers/gorg/gorg-0.7.0.ebuild b/www-servers/gorg/gorg-0.7.0.ebuild index a0a00e9e8164..f9cecded3d3f 100644 --- a/www-servers/gorg/gorg-0.7.0.ebuild +++ b/www-servers/gorg/gorg-0.7.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.7.0.ebuild,v 1.4 2013/12/16 17:20:19 johu Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.7.0.ebuild,v 1.5 2014/01/08 06:08:42 vapier Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20" -inherit ruby-ng eutils +inherit ruby-ng eutils user DESCRIPTION="Back-end XSLT processor for an XML-based web site" HOMEPAGE="http://www.gentoo.org/proj/en/gdp/doc/gorg.xml" diff --git a/www-servers/gorg/gorg-0.7.1.ebuild b/www-servers/gorg/gorg-0.7.1.ebuild index dd6e8ad5d892..b1687c313851 100644 --- a/www-servers/gorg/gorg-0.7.1.ebuild +++ b/www-servers/gorg/gorg-0.7.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.7.1.ebuild,v 1.1 2013/12/25 19:51:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/gorg/gorg-0.7.1.ebuild,v 1.2 2014/01/08 06:08:42 vapier Exp $ EAPI=5 USE_RUBY="ruby18 ruby19 ruby20" -inherit ruby-ng eutils +inherit ruby-ng eutils user DESCRIPTION="Back-end XSLT processor for an XML-based web site" HOMEPAGE="http://www.gentoo.org/proj/en/gdp/doc/gorg.xml" |