summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* app-text/docbook-dsssl-stylesheets: add github remote-idIlya Tumaykin2018-07-261-0/+1
| | | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/9057
* app-text/docbook-dsssl-stylesheets: install missing files, cleanupIlya Tumaykin2018-07-261-0/+65
| | | | | | | | | | | | | | | Due to Gentoo-originated poorly written Makefile not all required files were installed, which caused tools looking for them to fail, e.g. Gentoo bug 606768. Also one file that belong to another package was installed: dtds/decls/docbook.dcl is a part of docbook-sgml-dtd. Replace custom Makefile with a series of doins commands. Also remove dirty, ugly symlink hack to workaround Gentoo bug 15026. Current stable libgcrypt doesn't use docbook-dssl-stylesheets for docs. Bug: https://bugs.gentoo.org/606768 Bug: https://bugs.gentoo.org/15026 Package-Manager: Portage-2.3.41, Repoman-2.3.9
* app-text/docbook-dsssl-stylesheets: mark s390 stableMikle Kolyada2018-06-221-1/+1
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* app-text/docbook-dsssl-stylesheets: arm64 stableMichał Górny2018-05-011-1/+1
| | | | Bug: https://bugs.gentoo.org/653224
* app-text/docbook-dsssl-stylesheets: stable 1.79-r2 for sparc, bug #642234Rolf Eike Beer2018-02-161-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* */*: Remove sparc-fbsd keywordsMichał Górny2018-01-231-2/+2
|
* app-text/docbook-dsssl-stylesheets: Drop oldMikle Kolyada2017-12-261-57/+0
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/docbook-dsssl-stylesheets: alpha/amd64/arm/hppa stable wrt bug #642234Mikle Kolyada2017-12-261-1/+1
| | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3
* app-text/docbook-dsssl-stylesheets: stable 1.79-r2 for ia64, bug #642234Sergei Trofimovich2017-12-261-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* app-text/docbook-dsssl-stylesheets: stable 1.79-r2 for ppc/ppc64, bug #642234Sergei Trofimovich2017-12-261-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc ppc64"
* app-text/docbook-dsssl-stylesheets: x86 stable (bug #642234)Thomas Deutschmann2017-12-261-1/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* app-text/*: Update Manifest hashesMichał Górny2017-12-091-1/+1
|
* app-text/docbook-dsssl-stylesheets: Update HOMEPAGEBernd Waibel2017-11-182-2/+2
| | | | | | | | Docbook homepage has been moved to github. There is no section for the DSSSL stylesheets, only a paragraph where they are named, but only with a link to the XSL stylesheets. Package-Manager: Portage-2.3.14, Repoman-2.3.6
* app-text/docbook-dsssl-stylesheets: [QA] Create relative rather than ↵Ulrich Müller2017-04-172-2/+2
| | | | | | absolute symlinks. Package-Manager: Portage-2.3.5, Repoman-2.3.2
* app-text/docbook-dsssl-stylesheets: EAPI bumpAndreas K. Huettel2017-04-101-0/+57
| | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-281-1/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* app-text/docbook-dsssl-stylesheets: dropped ~x86-interixFabian Groffen2017-01-291-2/+2
| | | | Package-Manager: portage-2.3.3
* metadata.xml: Add maintainer-needed comment to packages without maintainer.Ulrich Müller2016-02-281-0/+1
| | | | Bug: 575810
* Remove explicit notion of maintainer-needed, for GLEP 67Michał Górny2016-01-241-3/+0
| | | | | | GLEP 67 removes the explicit notion of maintainer-needed@g.o being used for packages lacking maintainers, in favor of assuming maintainer-needed whenever the package has no maintainers.
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+94
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed