Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-31 Thread ng0
I am trying to add mp4v2, and while it's functional, I'm in
contact with upstream to figure out where (if at all) it moved.

So far the (anonymous) opinion, which I do share, is that the
situation is chaotic with so many forks out there. Depending on
how the discussion(s) end, I will suggest (or will not) suggest
doing a fork on the side of the GNU project or at our side (of
GNUnet eV). There has been no official statement so far which I
could forward or quote, so this opinion is only in here because
it's a view I share and had before I started reaching out to
upstream.

-- 
♥Ⓐ  ng0
PGP keys and more: https://n0is.noblogs.org/ http://ng0.chaosnet.org



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-28 Thread Adonay Felipe Nogueira
I might have found the new repository of our recipe for abbaye, and I
have contacted the developers of abbaye (David Lara, also known as nevat) and he
told me that the repository I found is the successor of the one in
Google Code.

Now, what is left to do is test the noew source files to see if they
build as expected, and also separate the Venice Classic text font into a
new recipe.

For transparency purposes, the new repository is located at:

https://github.com/nevat/abbayedesmorts-gpl

I'll try to help testing and unbundling.


Respectfully, Adonay.
-- 
* pt-BR: Brasileiro | en: Brazilian
* pt-BR: Ativista do software livre | en: Free/libre software activist
* https://libreplanet.org/wiki/User:Adfeno
* pt-BR: Palestrante, consultor e avaliador | en: Speaker, consultant and 
evaluator



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-16 Thread ng0
Hartmut Goebel  writes:

> Am 14.12.2016 um 22:32 schrieb Tobias Geerinckx-Rice:
>> python.scm: (home-page "https://code.google.com/p/py-bcrypt";)
>
> I assume, this package can be removed at all. It is only used as input
> by python-passlib, but python-passlib should not require
> "python-py-bcrypt", but "pyth0n-bcrypt". See
> 

No, please don't remove it.  I need this package for pagure,
which is a git based scm I'm currently finishing.

> -- 
> Regards
> Hartmut Goebel
>
> | Hartmut Goebel  | h.goe...@crazy-compilers.com   |
> | www.crazy-compilers.com | compilers which you thought are impossible |
>
>
>

-- 
♥Ⓐ  ng0  | ng0.chaosnet.org



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-16 Thread Hartmut Goebel
Am 14.12.2016 um 22:32 schrieb Tobias Geerinckx-Rice:
> python.scm: (home-page "https://code.google.com/p/py-bcrypt";)

I assume, this package can be removed at all. It is only used as input
by python-passlib, but python-passlib should not require
"python-py-bcrypt", but "pyth0n-bcrypt". See


-- 
Regards
Hartmut Goebel

| Hartmut Goebel  | h.goe...@crazy-compilers.com   |
| www.crazy-compilers.com | compilers which you thought are impossible |




Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-15 Thread Taylan Ulrich Bayırlı/Kammer
taylanbayi...@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:

> Ricardo Wurmus  writes:
>
>> ng0  writes:
>>
>>> ng0@wasp ~$ cd src/guix/guix
>>> ng0@wasp ~/src/guix/guix$ git grep googlecode
>>> gnu/packages/key-mon.scm:
>>> "http://key-mon.googlecode.com/files/key-mon-";
>>>
>>>
>>> Are we done then and we only need to find the right source for
>>> key-mon if there is a new one?
>>
>> There’s more:
>>
>> $ grep -r 'code\.google' gnu/packages
>>
>> gnu/packages/key-mon.scm:(home-page "http://code.google.com/p/key-mon";)
>> gnu/packages/scheme.scm:(home-page 
>> "https://code.google.com/p/chibi-scheme/";)
>
> I will update Chibi's recipe promptly.  It's on GitHub by now.

Looks like Tobias beat me to it. :-)

Taylan



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-15 Thread Taylan Ulrich Bayırlı/Kammer
Ricardo Wurmus  writes:

> ng0  writes:
>
>> ng0@wasp ~$ cd src/guix/guix
>> ng0@wasp ~/src/guix/guix$ git grep googlecode
>> gnu/packages/key-mon.scm:
>> "http://key-mon.googlecode.com/files/key-mon-";
>>
>>
>> Are we done then and we only need to find the right source for
>> key-mon if there is a new one?
>
> There’s more:
>
> $ grep -r 'code\.google' gnu/packages
>
> gnu/packages/key-mon.scm:(home-page "http://code.google.com/p/key-mon";)
> gnu/packages/scheme.scm:(home-page 
> "https://code.google.com/p/chibi-scheme/";)

I will update Chibi's recipe promptly.  It's on GitHub by now.

> gnu/packages/python.scm:(home-page "https://code.google.com/p/py-bcrypt";)
> gnu/packages/python.scm:(home-page "http://code.google.com/p/mock/";)
> gnu/packages/python.scm:(home-page 
> "https://code.google.com/archive/p/socksipy-branch/";)
> gnu/packages/python.scm:(home-page 
> "http://code.google.com/p/prettytable/";)
> gnu/packages/java.scm:
> "code.google.com/jarjar/jarjar-src-" version ".zip"))
> gnu/packages/java.scm:(home-page 
> "https://code.google.com/archive/p/jarjar/";)
> gnu/packages/boost.scm:(home-page 
> "https://code.google.com/p/multidimalgorithm/";)
> gnu/packages/image.scm:   ;; 
> https://code.google.com/p/tesseract-ocr/issues/detail?id=1436

Trying to access the link, I get a page saying Tesseract moved to GitHub
as well.  After a bit of struggling I managed to find a link to the
archived issue report in JSON format:

https://www.googleapis.com/storage/v1/b/google-code-archive/o/v2%2Fcode.google.com%2Ftesseract-ocr%2Fissues%2Fissue-1436.json?alt=media

Apparently the report was closed at some point, and I think Leptonica
also fixed the issue on the meanwhile.  I'll see that I update the
recipe suitably...

> gnu/packages/games.scm:   
> "google-code-archive-downloads/v2/code.google.com/"
> gnu/packages/games.scm:(home-page 
> "http://code.google.com/p/abbaye-for-linux/";)
> gnu/packages/openstack.scm:(http://code.google.com/p/pymox/) to Python 3.  It 
> was meant to be as compatible
> gnu/packages/fontutils.scm:   
> "code.google.com/ttf2eot/"
> gnu/packages/fontutils.scm:(home-page 
> "https://code.google.com/archive/p/ttf2eot/";)))
> gnu/packages/patches/ttf2eot-cstddef.patch:From resolution of 
> https://code.google.com/p/ttf2eot/issues/detail?id=26
> gnu/packages/bioinformatics.scm:(home-page 
> "https://code.google.com/p/cutadapt/";)
> gnu/packages/bioinformatics.scm:  (home-page 
> "https://code.google.com/p/mosaik-aligner/";)
> gnu/packages/bioinformatics.scm:(home-page 
> "https://code.google.com/p/pepr-chip-seq/";)
>
> Most of them are home page fields (will they also disappear?), but there
> are some where the sources are affected.

>From a bit of Googling I can't find any info on whether the homepages
will still be available either...

- Taylan, trying to at least maintain the packages he added!



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-14 Thread Tobias Geerinckx-Rice
On 14/12/16 21:37, Ricardo Wurmus wrote:
> ng0  writes:
>> Are we done then and we only need to find the right source for
>> key-mon if there is a new one?
> 
> There’s more: [...]
> 
> Most of them are home page fields (will they also disappear?), but there
> are some where the sources are affected.

I've pushed some more quick home-page updates bringing the total down to
the following, most (if not all) of which don't have new homes yet:

key-mon.scm: (home-page "http://code.google.com/p/key-mon";)
key-mon.scm: "http://key-mon.googlecode.com/files/key-mon-";
games.scm: "google-code-archive-downloads/v2/code.google.com/"
games.scm: (home-page "http://code.google.com/p/abbaye-for-linux/";)
python.scm: (home-page "https://code.google.com/p/py-bcrypt";)
python.scm: (home-page "https://code.google.com/archive/p/socksipy-branch/";)
python.scm: (home-page "http://code.google.com/p/prettytable/";)
fontutils.scm: "code.google.com/ttf2eot/"
fontutils.scm: (home-page "https://code.google.com/archive/p/ttf2eot/";)))
java.scm: "code.google.com/jarjar/jarjar-src-" version ".zip"))
java.scm: (home-page "https://code.google.com/archive/p/jarjar/";)

Only 6 more to go!

Kind regards,

T G-R



signature.asc
Description: OpenPGP digital signature


Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-14 Thread Ricardo Wurmus

ng0  writes:

> ng0@wasp ~$ cd src/guix/guix
> ng0@wasp ~/src/guix/guix$ git grep googlecode
> gnu/packages/key-mon.scm:
> "http://key-mon.googlecode.com/files/key-mon-";
>
>
> Are we done then and we only need to find the right source for
> key-mon if there is a new one?

There’s more:

$ grep -r 'code\.google' gnu/packages

--8<---cut here---start->8---
gnu/packages/key-mon.scm:(home-page "http://code.google.com/p/key-mon";)
gnu/packages/scheme.scm:(home-page 
"https://code.google.com/p/chibi-scheme/";)
gnu/packages/python.scm:(home-page "https://code.google.com/p/py-bcrypt";)
gnu/packages/python.scm:(home-page "http://code.google.com/p/mock/";)
gnu/packages/python.scm:(home-page 
"https://code.google.com/archive/p/socksipy-branch/";)
gnu/packages/python.scm:(home-page "http://code.google.com/p/prettytable/";)
gnu/packages/java.scm:"code.google.com/jarjar/jarjar-src-" 
version ".zip"))
gnu/packages/java.scm:(home-page 
"https://code.google.com/archive/p/jarjar/";)
gnu/packages/boost.scm:(home-page 
"https://code.google.com/p/multidimalgorithm/";)
gnu/packages/image.scm:   ;; 
https://code.google.com/p/tesseract-ocr/issues/detail?id=1436
gnu/packages/games.scm:   
"google-code-archive-downloads/v2/code.google.com/"
gnu/packages/games.scm:(home-page 
"http://code.google.com/p/abbaye-for-linux/";)
gnu/packages/openstack.scm:(http://code.google.com/p/pymox/) to Python 3.  It 
was meant to be as compatible
gnu/packages/fontutils.scm:   "code.google.com/ttf2eot/"
gnu/packages/fontutils.scm:(home-page 
"https://code.google.com/archive/p/ttf2eot/";)))
gnu/packages/patches/ttf2eot-cstddef.patch:From resolution of 
https://code.google.com/p/ttf2eot/issues/detail?id=26
gnu/packages/bioinformatics.scm:(home-page 
"https://code.google.com/p/cutadapt/";)
gnu/packages/bioinformatics.scm:  (home-page 
"https://code.google.com/p/mosaik-aligner/";)
gnu/packages/bioinformatics.scm:(home-page 
"https://code.google.com/p/pepr-chip-seq/";)
--8<---cut here---end--->8---

Most of them are home page fields (will they also disappear?), but there
are some where the sources are affected.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
http://elephly.net




Re: Shutdown of googlecode end of the year - we have affected packages!

2016-12-14 Thread ng0
Marius Bakke  writes:

> Adonay Felipe Nogueira  writes:
>
>> I can't work on this issue right now, but I can at least do some
>> preliminary listing of affected recipes, so here's a small contribution 
>> (although some removal of false-positives must be done):
>>
>> From root of git repository (binary matches removed).
>>
>> $ grep -r 'googlecode'
>
> Thanks for the list!
>
> Here's a pro tip: `git grep` is recursive by default and excludes the
> .git directory :)
>
> Patches to update any of these welcome.

ng0@wasp ~$ cd src/guix/guix
ng0@wasp ~/src/guix/guix$ git grep googlecode
gnu/packages/key-mon.scm:
"http://key-mon.googlecode.com/files/key-mon-";


Are we done then and we only need to find the right source for
key-mon if there is a new one?

>> gnu/packages/key-mon.scm:
>> "http://key-mon.googlecode.com/files/key-mon-";
>>
>> $ grep -r 'code\.google'
>> gnu/packages/bioinformatics.scm:(home-page
>> "https://code.google.com/p/cutadapt/";)
>> gnu/packages/bioinformatics.scm:  (home-page
>> "https://code.google.com/p/mosaik-aligner/";)
>> gnu/packages/bioinformatics.scm:(home-page
>> "https://code.google.com/p/pepr-chip-seq/";)
>> gnu/packages/python.scm:(home-page
>> "https://code.google.com/p/py-bcrypt";)
>> gnu/packages/python.scm:(home-page "http://code.google.com/p/mock/";)
>> gnu/packages/python.scm:(home-page
>> "https://code.google.com/archive/p/socksipy-branch/";)
>> gnu/packages/python.scm:(home-page
>> "http://code.google.com/p/prettytable/";)
>> gnu/packages/java.scm:
>> "code.google.com/jarjar/jarjar-src-" version ".zip"))
>> gnu/packages/java.scm:(home-page
>> "https://code.google.com/archive/p/jarjar/";)
>> gnu/packages/protobuf.scm:(home-page
>> "http://code.google.com/p/protobuf/";)
>> gnu/packages/games.scm:
>> "google-code-archive-downloads/v2/code.google.com/"
>> gnu/packages/games.scm:(home-page
>> "http://code.google.com/p/abbaye-for-linux/";)
>> gnu/packages/scheme.scm:(home-page
>> "https://code.google.com/p/chibi-scheme/";)
>> gnu/packages/boost.scm:(home-page
>> "https://code.google.com/p/multidimalgorithm/";)
>> gnu/packages/key-mon.scm:(home-page
>> "http://code.google.com/p/key-mon";)
>> gnu/packages/image.scm:   ;;
>> https://code.google.com/p/tesseract-ocr/issues/detail?id=1436
>> gnu/packages/mtools.scm:(home-page
>> "https://code.google.com/p/exfat";)
>> gnu/packages/fontutils.scm:
>> "code.google.com/ttf2eot/"
>> gnu/packages/fontutils.scm:(home-page
>> "https://code.google.com/archive/p/ttf2eot/";)))
>> gnu/packages/openstack.scm:(http://code.google.com/p/pymox/) to Python
>> 3.  It was meant to be as compatible
>> gnu/packages/patches/ttf2eot-cstddef.patch:From resolution of
>> https://code.google.com/p/ttf2eot/issues/detail?id=26
>> gnu/packages/linux.scm:(home-page "http://code.google.com/p/exfat/";)
>> doc/guix.texi:@url{http://code.google.com/p/cryptsetup,Linux Unified Key
>> Setup}, a

-- 
♥Ⓐ  ng0  | ng0.chaosnet.org



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-11-08 Thread Marius Bakke
Adonay Felipe Nogueira  writes:

> I can't work on this issue right now, but I can at least do some
> preliminary listing of affected recipes, so here's a small contribution 
> (although some removal of false-positives must be done):
>
> From root of git repository (binary matches removed).
>
> $ grep -r 'googlecode'

Thanks for the list!

Here's a pro tip: `git grep` is recursive by default and excludes the
.git directory :)

Patches to update any of these welcome.

> gnu/packages/key-mon.scm:
> "http://key-mon.googlecode.com/files/key-mon-";
>
> $ grep -r 'code\.google'
> gnu/packages/bioinformatics.scm:(home-page
> "https://code.google.com/p/cutadapt/";)
> gnu/packages/bioinformatics.scm:  (home-page
> "https://code.google.com/p/mosaik-aligner/";)
> gnu/packages/bioinformatics.scm:(home-page
> "https://code.google.com/p/pepr-chip-seq/";)
> gnu/packages/python.scm:(home-page
> "https://code.google.com/p/py-bcrypt";)
> gnu/packages/python.scm:(home-page "http://code.google.com/p/mock/";)
> gnu/packages/python.scm:(home-page
> "https://code.google.com/archive/p/socksipy-branch/";)
> gnu/packages/python.scm:(home-page
> "http://code.google.com/p/prettytable/";)
> gnu/packages/java.scm:
> "code.google.com/jarjar/jarjar-src-" version ".zip"))
> gnu/packages/java.scm:(home-page
> "https://code.google.com/archive/p/jarjar/";)
> gnu/packages/protobuf.scm:(home-page
> "http://code.google.com/p/protobuf/";)
> gnu/packages/games.scm:
> "google-code-archive-downloads/v2/code.google.com/"
> gnu/packages/games.scm:(home-page
> "http://code.google.com/p/abbaye-for-linux/";)
> gnu/packages/scheme.scm:(home-page
> "https://code.google.com/p/chibi-scheme/";)
> gnu/packages/boost.scm:(home-page
> "https://code.google.com/p/multidimalgorithm/";)
> gnu/packages/key-mon.scm:(home-page
> "http://code.google.com/p/key-mon";)
> gnu/packages/image.scm:   ;;
> https://code.google.com/p/tesseract-ocr/issues/detail?id=1436
> gnu/packages/mtools.scm:(home-page
> "https://code.google.com/p/exfat";)
> gnu/packages/fontutils.scm:
> "code.google.com/ttf2eot/"
> gnu/packages/fontutils.scm:(home-page
> "https://code.google.com/archive/p/ttf2eot/";)))
> gnu/packages/openstack.scm:(http://code.google.com/p/pymox/) to Python
> 3.  It was meant to be as compatible
> gnu/packages/patches/ttf2eot-cstddef.patch:From resolution of
> https://code.google.com/p/ttf2eot/issues/detail?id=26
> gnu/packages/linux.scm:(home-page "http://code.google.com/p/exfat/";)
> doc/guix.texi:@url{http://code.google.com/p/cryptsetup,Linux Unified Key
> Setup}, a


signature.asc
Description: PGP signature


Re: Shutdown of googlecode end of the year - we have affected packages!

2016-11-08 Thread Adonay Felipe Nogueira
I can't work on this issue right now, but I can at least do some
preliminary listing of affected recipes, so here's a small contribution 
(although some removal of false-positives must be done):

>From root of git repository (binary matches removed).

$ grep -r 'googlecode'
gnu/packages/key-mon.scm:
"http://key-mon.googlecode.com/files/key-mon-";

$ grep -r 'code\.google'
gnu/packages/bioinformatics.scm:(home-page
"https://code.google.com/p/cutadapt/";)
gnu/packages/bioinformatics.scm:  (home-page
"https://code.google.com/p/mosaik-aligner/";)
gnu/packages/bioinformatics.scm:(home-page
"https://code.google.com/p/pepr-chip-seq/";)
gnu/packages/python.scm:(home-page
"https://code.google.com/p/py-bcrypt";)
gnu/packages/python.scm:(home-page "http://code.google.com/p/mock/";)
gnu/packages/python.scm:(home-page
"https://code.google.com/archive/p/socksipy-branch/";)
gnu/packages/python.scm:(home-page
"http://code.google.com/p/prettytable/";)
gnu/packages/java.scm:
"code.google.com/jarjar/jarjar-src-" version ".zip"))
gnu/packages/java.scm:(home-page
"https://code.google.com/archive/p/jarjar/";)
gnu/packages/protobuf.scm:(home-page
"http://code.google.com/p/protobuf/";)
gnu/packages/games.scm:
"google-code-archive-downloads/v2/code.google.com/"
gnu/packages/games.scm:(home-page
"http://code.google.com/p/abbaye-for-linux/";)
gnu/packages/scheme.scm:(home-page
"https://code.google.com/p/chibi-scheme/";)
gnu/packages/boost.scm:(home-page
"https://code.google.com/p/multidimalgorithm/";)
gnu/packages/key-mon.scm:(home-page
"http://code.google.com/p/key-mon";)
gnu/packages/image.scm:   ;;
https://code.google.com/p/tesseract-ocr/issues/detail?id=1436
gnu/packages/mtools.scm:(home-page
"https://code.google.com/p/exfat";)
gnu/packages/fontutils.scm:
"code.google.com/ttf2eot/"
gnu/packages/fontutils.scm:(home-page
"https://code.google.com/archive/p/ttf2eot/";)))
gnu/packages/openstack.scm:(http://code.google.com/p/pymox/) to Python
3.  It was meant to be as compatible
gnu/packages/patches/ttf2eot-cstddef.patch:From resolution of
https://code.google.com/p/ttf2eot/issues/detail?id=26
gnu/packages/linux.scm:(home-page "http://code.google.com/p/exfat/";)
doc/guix.texi:@url{http://code.google.com/p/cryptsetup,Linux Unified Key
Setup}, a



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-11-06 Thread ng0
Efraim Flashner  writes:

> On Sat, Nov 05, 2016 at 10:54:26AM +, ng0 wrote:
>> As you all hopefully know, googlecode gets shutdown at the end of
>> 2016. We are in a better position than Gentoo with their 500
>> affected ebuilds is, but we still have packages which are affected:
>> 
>> ng0@wasp ~/src/guix/guix$ egrep -nr "googlecode"
>> gnu/packages/game-development.scm:75:  (uri (string-append 
>> "https://bullet.googlecode.com/files/bullet-";
>
> bumped this one
>
>> gnu/packages/key-mon.scm:36:
>> "http://key-mon.googlecode.com/files/key-mon-";
>
> Could not find an alternate home-page. Didn't check fossies. pypi has 1.16.
>
>> gnu/packages/xiph.scm:232:(uri (string-append 
>> "http://libkate.googlecode.com/files/libkate-";
>
> changed to download.xiph.org
>
>> gnu/packages/ibus.scm:130:   (home-page "http://ibus.googlecode.com/";)
>
> changed the homepage.
>
>> gnu/packages/java.scm:1183:  (uri (string-append 
>> "https://hamcrest.googlecode.com/files/";
>> gnu/packages/games.scm:236:   (uri (string-append 
>> "http://pingus.googlecode.com/files/pingus-";
>> gnu/packages/statistics.scm:515:(home-page 
>> "http://r-proto.googlecode.com";)
>> gnu/build/file-systems.scm:142:;; 
>> .  We follow
>
> Didn't do any of these ones, if anyone wants to tackle these.

Thanks!

I just did r-proto, currently the graph for pingus is compiling,
and I will look at the file-systems.scm url afterwards.



Re: Shutdown of googlecode end of the year - we have affected packages!

2016-11-06 Thread Hartmut Goebel
Hi,

I've done this one:
> > gnu/packages/java.scm:1183:  (uri (string-append 
> > "https://hamcrest.googlecode.com/files/";
Update source uri and checksum. [snippet]: Remove directory "lib"
completely.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel  | h.goe...@crazy-compilers.com   |
| www.crazy-compilers.com | compilers which you thought are impossible |





Re: Shutdown of googlecode end of the year - we have affected packages!

2016-11-06 Thread Efraim Flashner
On Sat, Nov 05, 2016 at 10:54:26AM +, ng0 wrote:
> As you all hopefully know, googlecode gets shutdown at the end of
> 2016. We are in a better position than Gentoo with their 500
> affected ebuilds is, but we still have packages which are affected:
> 
> ng0@wasp ~/src/guix/guix$ egrep -nr "googlecode"
> gnu/packages/game-development.scm:75:  (uri (string-append 
> "https://bullet.googlecode.com/files/bullet-";

bumped this one

> gnu/packages/key-mon.scm:36:
> "http://key-mon.googlecode.com/files/key-mon-";

Could not find an alternate home-page. Didn't check fossies. pypi has 1.16.

> gnu/packages/xiph.scm:232:(uri (string-append 
> "http://libkate.googlecode.com/files/libkate-";

changed to download.xiph.org

> gnu/packages/ibus.scm:130:   (home-page "http://ibus.googlecode.com/";)

changed the homepage.

> gnu/packages/java.scm:1183:  (uri (string-append 
> "https://hamcrest.googlecode.com/files/";
> gnu/packages/games.scm:236:   (uri (string-append 
> "http://pingus.googlecode.com/files/pingus-";
> gnu/packages/statistics.scm:515:(home-page 
> "http://r-proto.googlecode.com";)
> gnu/build/file-systems.scm:142:;; 
> .  We follow

Didn't do any of these ones, if anyone wants to tackle these.


-- 
Efraim Flashner  אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted


signature.asc
Description: PGP signature


Shutdown of googlecode end of the year - we have affected packages!

2016-11-05 Thread ng0
As you all hopefully know, googlecode gets shutdown at the end of
2016. We are in a better position than Gentoo with their 500
affected ebuilds is, but we still have packages which are affected:

ng0@wasp ~/src/guix/guix$ egrep -nr "googlecode"
Binary file gnu/packages/games.go matches
Binary file gnu/packages/game-development.go matches
gnu/packages/game-development.scm:75:  (uri (string-append 
"https://bullet.googlecode.com/files/bullet-";
Binary file gnu/packages/statistics.go matches
Binary file gnu/packages/key-mon.go matches
gnu/packages/key-mon.scm:36:
"http://key-mon.googlecode.com/files/key-mon-";
Binary file gnu/packages/java.go matches
gnu/packages/xiph.scm:232:(uri (string-append 
"http://libkate.googlecode.com/files/libkate-";
gnu/packages/ibus.scm:130:   (home-page "http://ibus.googlecode.com/";)
Binary file gnu/packages/ibus.go matches
Binary file gnu/packages/xiph.go matches
gnu/packages/java.scm:1183:  (uri (string-append 
"https://hamcrest.googlecode.com/files/";
gnu/packages/games.scm:236:   (uri (string-append 
"http://pingus.googlecode.com/files/pingus-";
gnu/packages/statistics.scm:515:(home-page "http://r-proto.googlecode.com";)
gnu/build/file-systems.scm:142:;; 
.  We follow
Binary file 
.git/objects/pack/pack-d5c190ee29cd438fa45d132eef54b627cb982f3f.pack matches

There is a thread on gentoo-dev mailnglist, which is why I was
looking into this. I have to read some more, but it reads like
googlecode.com gets shutdown at the end of 2016? If I am wrong
about this, I will update this post later. Feel free to correct
me if you already know more.