[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2023-02-08 Thread Sam James
commit: 0b63687ddec5a846a77c2ae431180d8c37dbe56f
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon Jan 30 12:24:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  8 17:11:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b63687d

app-text/code2html: use common metadata indentation

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

 app-text/code2html/metadata.xml | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/code2html/metadata.xml b/app-text/code2html/metadata.xml
index c4cda555914c..68e754003b8f 100644
--- a/app-text/code2html/metadata.xml
+++ b/app-text/code2html/metadata.xml
@@ -1,10 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-
-  Code2HTML converts a program source code to syntax highlighted
-  HTML. It may be called as a CGI script. It can also handle include
-  commands in HTML files.
-
+   
+   
+   Code2HTML converts a program source code to syntax highlighted
+   HTML. It may be called as a CGI script. It can also handle 
include
+   commands in HTML files.
+   
 



[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2017-04-30 Thread Michael Palimaka
commit: f9fab91a0c3073e7288f9a81609170bfb7faa363
Author: Michael Palimaka  gentoo  org>
AuthorDate: Sun Apr 30 11:50:36 2017 +
Commit: Michael Palimaka  gentoo  org>
CommitDate: Sun Apr 30 11:53:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fab91a

app-text/code2html: remove 0.9.1-r1

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 app-text/code2html/code2html-0.9.1-r1.ebuild | 40 
 1 file changed, 40 deletions(-)

diff --git a/app-text/code2html/code2html-0.9.1-r1.ebuild 
b/app-text/code2html/code2html-0.9.1-r1.ebuild
deleted file mode 100644
index 0770c0e35f4..000
--- a/app-text/code2html/code2html-0.9.1-r1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils prefix
-
-DESCRIPTION="Converts source files to colored HTML output"
-HOMEPAGE="http://www.palfrader.org/code2html/;
-SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
-   mirror://gentoo/${P}-gentoo_patches.tar.bz2"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE=""
-
-DEPEND=""
-RDEPEND=">=dev-lang/perl-5"
-
-src_prepare() {
-   # Be consistent in color codes (bug #119406)
-   epatch "${WORKDIR}"/${P}-lowercase_color_codes.patch
-
-   # Improved C++ support (bug #133159)
-   epatch "${WORKDIR}"/${P}-cpp_keywords.patch
-
-   # Improved Ada support (bug #133176)
-   epatch "${WORKDIR}"/${P}-ada_identifiers.patch
-
-   # For prefix paths
-   epatch "${FILESDIR}"/${P}-prefix.patch
-   eprefixify code2html
-}
-
-src_install() {
-   dobin code2html
-   dodoc ChangeLog CREDITS README
-   doman code2html.1
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2017-04-30 Thread Agostino Sarubbo
commit: 8d52ae6b12aedcbc7f363454d1fad2dff2c10afd
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 30 09:36:35 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 30 09:37:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d52ae6b

app-text/code2html: ppc64 stable wrt bug #615164

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index 4f4bde6d4aa..fbcb1710f60 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ppc ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2017-04-29 Thread Agostino Sarubbo
commit: 29376b502db09470f9691c1317bd8491cfc3f115
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sat Apr 29 15:01:53 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sat Apr 29 15:01:53 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29376b50

app-text/code2html: ppc stable wrt bug #615164

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index ea12f7725de..4f4bde6d4aa 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2017-04-27 Thread Agostino Sarubbo
commit: c7478c8b10155b8cf26d319c8a87d1198a1b629b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Apr 27 10:36:18 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Apr 27 10:36:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7478c8b

app-text/code2html: x86 stable wrt bug #615164

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index 88c585ed2d5..ea12f7725de 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2017-04-24 Thread Jeroen Roovers
commit: 065cc021ec8235ae2ab9e1bc03fd7ddba9589025
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Apr 25 05:01:29 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Apr 25 05:01:29 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=065cc021

app-text/code2html: Stable for HPPA (bug #615164).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index 35a236d2cd2..88c585ed2d5 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""



[gentoo-commits] repo/gentoo:master commit in: app-text/code2html/

2017-04-23 Thread Agostino Sarubbo
commit: f560335a5cb569813bbd86273eb853cd095756b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Apr 23 10:27:25 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Apr 23 10:27:25 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f560335a

app-text/code2html: amd64 stable wrt bug #615164

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 app-text/code2html/code2html-0.9.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/code2html/code2html-0.9.1-r2.ebuild 
b/app-text/code2html/code2html-0.9.1-r2.ebuild
index 0e61f32e5e5..35a236d2cd2 100644
--- a/app-text/code2html/code2html-0.9.1-r2.ebuild
+++ b/app-text/code2html/code2html-0.9.1-r2.ebuild
@@ -12,7 +12,7 @@ SRC_URI="http://www.palfrader.org/code2html/all/${P}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE=""
 
 DEPEND=""