net-misc / ipv6calc

IPv6 address calculator

Official package sites : https://www.deepspace6.net/projects/ipv6calc.html ·

v4.4.0 :: 0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 ppc x86 ~alpha ~amd64-linux ~hppa ~ppc64 ~sparc ~x86-linux
USE flags
apache geoip openssl test

v4.3.2-r1 :: 0 :: gentoo

Modified
License
GPL-2
Keywords
amd64 ppc x86 ~alpha ~amd64-linux ~hppa ~ppc64 ~sparc ~x86-linux
USE flags
cgi geoip openssl

General

apache
Build the apache module mod_ipv6calc
cgi
Add CGI script support
geoip
Add geoip support for country and city lookup based on IPs
openssl
Use dev-libs/openssl instead of app-crypt/libmd for MD5 digest
test
Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)

app-crypt / libmd : Message Digest functions from BSD systems

dev-libs / geoip : GeoIP Legacy C API

dev-libs / libmaxminddb : C library for the MaxMind DB file format

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-perl / HTML-Parser : Parse HTML documents

dev-perl / URI : Uniform Resource Identifiers (absolute and relative)

www-servers / apache : The Apache Web Server

app-crypt / libmd : Message Digest functions from BSD systems

dev-libs / geoip : GeoIP Legacy C API

dev-libs / libmaxminddb : C library for the MaxMind DB file format

dev-libs / openssl : Robust, full-featured Open Source Toolkit for the Transport Layer Security (TLS)

dev-perl / HTML-Parser : Parse HTML documents

dev-perl / URI : Uniform Resource Identifiers (absolute and relative)

www-servers / apache : The Apache Web Server

963935
net-misc/ipv6calc-4.4.0 - [boost-1.89] [ffmpeg8] [jdk25] [nasm-3] [portage-9999] mod_ipv6calc.c: error: expected ) before COPYRIGHT_YEAR
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 4.4.0 x86, #966419
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-misc/ipv6calc: Stabilize 4.4.0 ppc, #966419
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 4.4.0 amd64, #966419
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Nicolas PARLANT · gentoo
net-misc/ipv6calc: remove old
Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43905 Closes: https://github.com/gentoo/gentoo/pull/43905 Signed-off-by: Sam James <sam@gentoo.org>
Nicolas PARLANT · gentoo
net-misc/ipv6calc: add 4.4.0
to avoid confusion with ipv6calcweb (cgi script) now installed (was tested but not installed), the useflag cgi is replaced by apache. perl deps for ipv6calcweb are asked for testsuite or w/ optfeature install more files according to the specfile Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43905 Signed-off-by: Sam James <sam@gentoo.org>
Nicolas PARLANT · gentoo
net-misc/ipv6calc: fix linking order in configure
Closes: https://bugs.gentoo.org/962710 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43905 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-misc/ipv6calc: Stabilize 4.3.2-r1 ppc, #962473
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 4.3.2-r1 amd64, #962473
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 4.3.2-r1 x86, #962473
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
*/*: destable sparc
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: fix patch filename
Signed-off-by: Sam James <sam@gentoo.org>
Nicolas PARLANT · gentoo
net-misc/ipv6calc: add 4.3.3
Release with patches merged and updated databases Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43571 Closes: https://github.com/gentoo/gentoo/pull/43571 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Nicolas PARLANT · gentoo
net-misc/ipv6calc: fix build with clang and --as-needed
Add a patch merged in upstream to fix link issues with clang and --as-needed. The issue with lto and the module for apache is still there. Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43174 Closes: https://github.com/gentoo/gentoo/pull/43174 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Nicolas PARLANT · gentoo
net-misc/ipv6calc: missing dies, don't call ldconfig
ldconfig is not helpfull here (no reverse dep), the abspath may be wrong in some env, ldconfig from musl doesn't support any arg. Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43146 Closes: https://github.com/gentoo/gentoo/pull/43146 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Nicolas PARLANT · gentoo
net-misc/ipv6calc: add 4.3.2
md5 digest : drop legacy md5 support and depend to >=openssl-3.0.0 add libmd alternative support it's handle by openssl useflag (more common than libmd), enabled by default fix deps for cgi : add www-servers/apache for aspx call add dev-perl/HTML-Parser for entities.pm rm dev-perl/Digest-SHA1 (and test useflag), replaced by SHA (dev-lang/perl) fix deps for GeoIP2 : --enable-mmdb is required, also dev-libs/libmaxminddb clang has know issues : filter lto and as-needed skip tests that requires an apache instance two patches with PR pending upstream for musl and non-native-symlinks Closes: https://bugs.gentoo.org/684130 Closes: https://bugs.gentoo.org/716222 Closes: https://bugs.gentoo.org/725198 Closes: https://bugs.gentoo.org/820833 Closes: https://bugs.gentoo.org/820878 Closes: https://bugs.gentoo.org/834060 Closes: https://bugs.gentoo.org/924502 Closes: https://bugs.gentoo.org/937777 Closes: https://bugs.gentoo.org/944049 Closes: https://bugs.gentoo.org/948587 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://github.com/gentoo/gentoo/pull/43139 Closes: https://github.com/gentoo/gentoo/pull/43139 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Petr Vaněk · gentoo
net-misc/ipv6calc: drop 2.2.0, 3.1.1, 3.2.0, 4.0.0, 4.0.1
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-misc/ipv6calc: Stabilize 4.0.1-r1 sparc, #901913
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 4.0.1-r1 amd64, #901913
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-misc/ipv6calc: Stabilize 4.0.1-r1 x86, #901913
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Arthur Zamarin · gentoo
net-misc/ipv6calc: Stabilize 4.0.1-r1 ppc, #901913
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: fix underlinking
Closes: https://bugs.gentoo.org/661536 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: drop Werror
Closes: https://bugs.gentoo.org/751874 Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: remove older version
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump 4.0.1
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 4.0.0
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: convert econf args to a bash array
Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: force enable openssl's evp-md5 and legacy md5
These should be forced enabled in dev-libs/openssl. If this should change in the future, its better to have the ebuild fail than to introduce automagic dependencies. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Anthony G. Basile · gentoo
net-misc/ipv6calc: add USE=cgi to build web interface
Closes: https://bugs.gentoo.org/820584 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 4.0.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 3.1.1 x86, #814626
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-misc/ipv6calc: ppc stable wrt bug #814626
Package-Manager: Portage-3.0.20, Repoman-3.0.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 3.1.1 sparc, #814626
Signed-off-by: Sam James <sam@gentoo.org>
Sam James · gentoo
net-misc/ipv6calc: Stabilize 3.1.1 amd64, #814626
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 3.2.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 3.2.0
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: add 3.1.1
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 2.2.0 amd64, #763981
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
net-misc/ipv6calc: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sam James · gentoo
net-misc/ipv6calc: Stabilize 2.2.0 ppc, #763981
Signed-off-by: Sam James <sam@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
net-misc/ipv6calc: x86 stable (bug #763981)
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
net-misc/ipv6calc: stable 2.2.0 for sparc, bug #763981
Package-Manager: Portage-3.0.13, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Matt Turner · gentoo
*/*: Drop most stable hppa keywords
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-misc/ipv6calc: keyworded 2.2.0 for ppc64
keyworded wrt bug #612104 Package-Manager: Portage-2.3.101, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-misc/ipv6calc: backport gcc-10 tweak
Reported-by: Toralf Förster Closes: https://bugs.gentoo.org/708056 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-misc/ipv6calc: x86 stable wrt bug #703224
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-misc/ipv6calc: ppc stable wrt bug #703224
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 2.2.0
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Agostino Sarubbo · gentoo
net-misc/ipv6calc: amd64 stable wrt bug #703224
Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 2.1.1
Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Michał Górny · gentoo
*/*: [QA] Fix trivial cases of MissingTestRestrict
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Wim Muskee · gentoo
net-misc/ipv6calc: update HOMEPAGE, SRC_URI, metadata
Closes: https://bugs.gentoo.org/680174 Signed-off-by: Wim Muskee <wimmuskee@gmail.com> Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: remove older versions
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Anthony G. Basile · gentoo
net-misc/ipv6calc: address bug #684556
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 2.1.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 2.0.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Rolf Eike Beer · gentoo
net-misc/ipv6calc: stable 1.0.0 for sparc, bug #668194
Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.49, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-misc/ipv6calc: stable 1.0.0 for ppc, bug #668194
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
Repository mirror & CI · gentoo
Merge updates from master
Sergei Trofimovich · gentoo
net-misc/ipv6calc: stable 1.0.0 for hppa, bug #668194
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa"
Repository mirror & CI · gentoo
Merge updates from master
Mikle Kolyada · gentoo
net-misc/ipv6calc: amd64 stable wrt bug #668194
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11
Repository mirror & CI · gentoo
Merge updates from master
Thomas Deutschmann · gentoo
net-misc/ipv6calc: x86 stable (bug #668194)
Package-Manager: Portage-2.3.50, Repoman-2.3.11 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Repository mirror & CI · gentoo
Merge updates from master
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 1.1.0
Signed-off-by: Anthony G. Basile <blueness@gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.10
Sergei Trofimovich · gentoo
net-misc/ipv6calc: stable 0.99.2 for hppa, bug #622734
Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="hppa"
Agostino Sarubbo · gentoo
net-misc/ipv6calc: ppc stable wrt bug #622734
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
net-misc/ipv6calc: sparc stable wrt bug #622734
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
net-misc/ipv6calc: x86 stable wrt bug #622734
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Agostino Sarubbo · gentoo
net-misc/ipv6calc: amd64 stable wrt bug #622734
Package-Manager: Portage-2.3.6, Repoman-2.3.1 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Anthony G. Basile · gentoo
net-misc/ipv6calc: remove older unstable versions
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump 1.0.0
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Anthony G. Basile · gentoo
net-misc/ipv6calc: remove older version
Package-Manager: portage-2.3.3
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 0.99.2, add libressl support
Package-Manager: portage-2.3.3
Agostino Sarubbo · gentoo
net-misc/ipv6calc: sparc stable wrt bug #556990
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="sparc"
Agostino Sarubbo · gentoo
net-misc/ipv6calc: ppc stable wrt bug #556990
Package-Manager: portage-2.2.20.1 RepoMan-Options: --include-arches="ppc"
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump 0.99.1
Package-Manager: portage-2.2.20.1
Jeroen Roovers · gentoo
net-misc/ipv6calc: Stable for HPPA (bug #556990).
Package-Manager: portage-2.2.20.1
Anthony G. Basile · gentoo
net-misc/ipv6calc: remove older unstable version.
Package-Manager: portage-2.2.20.1
Anthony G. Basile · gentoo
net-misc/ipv6calc: version bump to 0.99.0.
Package-Manager: portage-2.2.20.1
Mikle Kolyada · gentoo
net-misc/ipv6calc: x86 stable wrt bug #556990
Package-Manager: portage-2.2.20
Agostino Sarubbo · gentoo
Stable for amd64, wrt bug #556990
Package-Manager: portage-2.2.20 RepoMan-Options: --include-arches="amd64"
Mikle Kolyada · gentoo
Merge branch 'master' of git+ssh://git.gentoo.org/repo/gentoo
Robin H. Johnson · gentoo
proj/gentoo: Initial commit
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