| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Bug: https://bugs.gentoo.org/552720
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
|
|
|
|
|
| |
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Andrey Utkin <andrey_utkin@gentoo.org>
|
|
|
|
|
|
| |
Dropping 1.0 as 1.0-r1 is now stable.
Package-Manager: Portage-2.3.17, Repoman-2.3.6
|
| |
|
|
|
|
|
| |
Package-Manager: Portage-2.3.16, Repoman-2.3.6
RepoMan-Options: --include-arches="amd64 ppc ppc64 x86"
|
|
|
|
|
|
|
|
| |
The package was marked with maintainer-needed. Adding myself as
the maintainer. I familiarized with this package during my Gentoo
recruitment when I made EAPI bump and general ebuild upkeep.
Package-Manager: Portage-2.3.14, Repoman-2.3.6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is to facilitate maintenance such as update to EAPI=6 and fixes
the issues highlighted by repoman and more.
- add quotes around strings with variables
- fix LICENSE
Actual COPYING files are saying the license is GPLv2 or any later
version.
- omit COPYING, README-GPL from dodoc
These files contain GPLv2+ license text which shouldn't be installed
as it is already indicated by LICENSE in ebuild.
- replace dead homepage URL with No_homepage
- use mirror://gentoo/ in SRC_URI
SRC_URI contained URLs which don't work anymore, distfiles are being
fetched from mirrors anyway.
- install just jpg files and doc, simplify ebuild
Unnecessary files which were installed by 1.0 ebuild, listed below,
are no more shipped. This allowed to simplify ebuild logic.
HTML files for viewing of image files and navigation between
them. They are deemed not essential.
README: contained nothing more than an author's suggestion to view
images directories in KDE. README-PROPAGANDA, which contains a
substantial introduction into project history, is still installed.
magicbg.tar{,.gz}: source code of some app, not essential for usage
of the package.
script.perl: scripts for generation of navigation HTML.
More non-essential files, e.g.
/usr/share/pixmaps/Propaganda/Vol11/Icon:0d
/usr/share/pixmaps/Propaganda/Vol11/Modified by Michael Coyle
/usr/share/pixmaps/Propaganda/Vol12/Icon:0d
- use prepare phase for renames
Renaming (volume dir names, *.JPG to *.jpg) is not really compiling, so
use src_prepare phase which is designed for actions like these.
- add "|| die" to commands which may fail
Suggested-by: Amy Liffey <amynka@gentoo.org>
Suggested-by: Göktürk Yüksek <gokturk@gentoo.org>
Package-Manager: Portage-2.3.7, Repoman-2.3.3
|
|
|
|
| |
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
|
|
|
|
| |
Bug: 575810
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Add missing SHA512 and WHIRLPOOL hashes
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
|
|
|
|
|
| |
repoman does not yet accept the https version.
This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450.
Bug: https://bugs.gentoo.org/552720
|
|
|
|
|
|
| |
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
|
|
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
|