unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Shutdown of googlecode end of the year - we have affected packages!
@ 2016-11-05 10:54 ng0
  2016-11-06  8:30 ` Efraim Flashner
  2016-12-28 19:42 ` Adonay Felipe Nogueira
  0 siblings, 2 replies; 15+ messages in thread
From: ng0 @ 2016-11-05 10:54 UTC (permalink / raw)
  To: guix-devel

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:;; <http://wiki.cryptsetup.googlecode.com/git/LUKS-standard/>.  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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-05 10:54 Shutdown of googlecode end of the year - we have affected packages! ng0
@ 2016-11-06  8:30 ` Efraim Flashner
  2016-11-06  9:45   ` Hartmut Goebel
                     ` (2 more replies)
  2016-12-28 19:42 ` Adonay Felipe Nogueira
  1 sibling, 3 replies; 15+ messages in thread
From: Efraim Flashner @ 2016-11-06  8:30 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1555 bytes --]

On Sat, Nov 05, 2016 at 10:54:26AM +0000, 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:;; <http://wiki.cryptsetup.googlecode.com/git/LUKS-standard/>.  We follow

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


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-06  8:30 ` Efraim Flashner
@ 2016-11-06  9:45   ` Hartmut Goebel
  2016-11-06 11:07   ` ng0
  2016-11-09  1:22   ` Adonay Felipe Nogueira
  2 siblings, 0 replies; 15+ messages in thread
From: Hartmut Goebel @ 2016-11-06  9:45 UTC (permalink / raw)
  To: guix-devel

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.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-06  8:30 ` Efraim Flashner
  2016-11-06  9:45   ` Hartmut Goebel
@ 2016-11-06 11:07   ` ng0
  2016-11-09  1:22   ` Adonay Felipe Nogueira
  2 siblings, 0 replies; 15+ messages in thread
From: ng0 @ 2016-11-06 11:07 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Efraim Flashner <efraim@flashner.co.il> writes:

> On Sat, Nov 05, 2016 at 10:54:26AM +0000, 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:;; <http://wiki.cryptsetup.googlecode.com/git/LUKS-standard/>.  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.

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-06  8:30 ` Efraim Flashner
  2016-11-06  9:45   ` Hartmut Goebel
  2016-11-06 11:07   ` ng0
@ 2016-11-09  1:22   ` Adonay Felipe Nogueira
  2016-11-09  1:33     ` Marius Bakke
  2 siblings, 1 reply; 15+ messages in thread
From: Adonay Felipe Nogueira @ 2016-11-09  1:22 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-09  1:22   ` Adonay Felipe Nogueira
@ 2016-11-09  1:33     ` Marius Bakke
  2016-12-14 16:03       ` ng0
  0 siblings, 1 reply; 15+ messages in thread
From: Marius Bakke @ 2016-11-09  1:33 UTC (permalink / raw)
  To: Adonay Felipe Nogueira, guix-devel

[-- Attachment #1: Type: text/plain, Size: 2618 bytes --]

Adonay Felipe Nogueira <adfeno@openmailbox.org> 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 454 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-09  1:33     ` Marius Bakke
@ 2016-12-14 16:03       ` ng0
  2016-12-14 20:37         ` Ricardo Wurmus
  0 siblings, 1 reply; 15+ messages in thread
From: ng0 @ 2016-12-14 16:03 UTC (permalink / raw)
  To: Marius Bakke; +Cc: guix-devel

Marius Bakke <mbakke@fastmail.com> writes:

> Adonay Felipe Nogueira <adfeno@openmailbox.org> 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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-14 16:03       ` ng0
@ 2016-12-14 20:37         ` Ricardo Wurmus
  2016-12-14 21:32           ` Tobias Geerinckx-Rice
  2016-12-15  8:36           ` Taylan Ulrich Bayırlı/Kammer
  0 siblings, 2 replies; 15+ messages in thread
From: Ricardo Wurmus @ 2016-12-14 20:37 UTC (permalink / raw)
  To: ng0; +Cc: guix-devel


ng0 <ng0@libertad.pw> 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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-14 20:37         ` Ricardo Wurmus
@ 2016-12-14 21:32           ` Tobias Geerinckx-Rice
  2016-12-16 10:19             ` Hartmut Goebel
  2016-12-15  8:36           ` Taylan Ulrich Bayırlı/Kammer
  1 sibling, 1 reply; 15+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-12-14 21:32 UTC (permalink / raw)
  To: rekado, ng0; +Cc: guix-devel


[-- Attachment #1.1: Type: text/plain, Size: 1238 bytes --]

On 14/12/16 21:37, Ricardo Wurmus wrote:
> ng0 <ng0@libertad.pw> 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


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 476 bytes --]

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-14 20:37         ` Ricardo Wurmus
  2016-12-14 21:32           ` Tobias Geerinckx-Rice
@ 2016-12-15  8:36           ` Taylan Ulrich Bayırlı/Kammer
  2016-12-15  8:44             ` Taylan Ulrich Bayırlı/Kammer
  2016-12-31 15:15             ` ng0
  1 sibling, 2 replies; 15+ messages in thread
From: Taylan Ulrich Bayırlı/Kammer @ 2016-12-15  8:36 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

Ricardo Wurmus <rekado@elephly.net> writes:

> ng0 <ng0@libertad.pw> 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!

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-15  8:36           ` Taylan Ulrich Bayırlı/Kammer
@ 2016-12-15  8:44             ` Taylan Ulrich Bayırlı/Kammer
  2016-12-31 15:15             ` ng0
  1 sibling, 0 replies; 15+ messages in thread
From: Taylan Ulrich Bayırlı/Kammer @ 2016-12-15  8:44 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: guix-devel

taylanbayirli@gmail.com (Taylan Ulrich "Bayırlı/Kammer") writes:

> Ricardo Wurmus <rekado@elephly.net> writes:
>
>> ng0 <ng0@libertad.pw> 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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-14 21:32           ` Tobias Geerinckx-Rice
@ 2016-12-16 10:19             ` Hartmut Goebel
  2016-12-16 13:22               ` ng0
  0 siblings, 1 reply; 15+ messages in thread
From: Hartmut Goebel @ 2016-12-16 10:19 UTC (permalink / raw)
  To: guix-devel

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
<https://bitbucket.org/ecollins/passlib/src/9572e99efc8ab5e75dea62cf474889c9ed00ac60/setup.py?at=default#setup.py-168>

-- 
Regards
Hartmut Goebel

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-16 10:19             ` Hartmut Goebel
@ 2016-12-16 13:22               ` ng0
  0 siblings, 0 replies; 15+ messages in thread
From: ng0 @ 2016-12-16 13:22 UTC (permalink / raw)
  To: guix-devel

Hartmut Goebel <h.goebel@crazy-compilers.com> 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
> <https://bitbucket.org/ecollins/passlib/src/9572e99efc8ab5e75dea62cf474889c9ed00ac60/setup.py?at=default#setup.py-168>

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.goebel@crazy-compilers.com               |
> | www.crazy-compilers.com | compilers which you thought are impossible |
>
>
>

-- 
♥Ⓐ  ng0  | ng0.chaosnet.org

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-11-05 10:54 Shutdown of googlecode end of the year - we have affected packages! ng0
  2016-11-06  8:30 ` Efraim Flashner
@ 2016-12-28 19:42 ` Adonay Felipe Nogueira
  1 sibling, 0 replies; 15+ messages in thread
From: Adonay Felipe Nogueira @ 2016-12-28 19:42 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

* Re: Shutdown of googlecode end of the year - we have affected packages!
  2016-12-15  8:36           ` Taylan Ulrich Bayırlı/Kammer
  2016-12-15  8:44             ` Taylan Ulrich Bayırlı/Kammer
@ 2016-12-31 15:15             ` ng0
  1 sibling, 0 replies; 15+ messages in thread
From: ng0 @ 2016-12-31 15:15 UTC (permalink / raw)
  To: guix-devel

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

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2016-12-31 15:15 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-05 10:54 Shutdown of googlecode end of the year - we have affected packages! ng0
2016-11-06  8:30 ` Efraim Flashner
2016-11-06  9:45   ` Hartmut Goebel
2016-11-06 11:07   ` ng0
2016-11-09  1:22   ` Adonay Felipe Nogueira
2016-11-09  1:33     ` Marius Bakke
2016-12-14 16:03       ` ng0
2016-12-14 20:37         ` Ricardo Wurmus
2016-12-14 21:32           ` Tobias Geerinckx-Rice
2016-12-16 10:19             ` Hartmut Goebel
2016-12-16 13:22               ` ng0
2016-12-15  8:36           ` Taylan Ulrich Bayırlı/Kammer
2016-12-15  8:44             ` Taylan Ulrich Bayırlı/Kammer
2016-12-31 15:15             ` ng0
2016-12-28 19:42 ` Adonay Felipe Nogueira

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).