Skip to content

Commit

Permalink
Make it work again
Browse files Browse the repository at this point in the history
Not sure if anyone uses this anyway, but what the hell
  • Loading branch information
Tadeusz Sośnierz committed Mar 13, 2014
1 parent a078f90 commit 2eb600c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gmpup
Expand Up @@ -14,8 +14,7 @@ $ua->timeout(10);

sub porturl {
my ($overlay, $port) = @_;
return 'http://gentoo-overlays.zugaina.org/'
. $overlay . '/portage/' . $port . '/';
return "http://data.gpo.zugaina.org/$overlay/$port/"
}

sub filelist {
Expand Down

2 comments on commit 2eb600c

@mschilli87
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tadzik: regarding the commit message:
Are you still using it?

I'm considering to give this a shot, but wonder if the low activity just
reflects the maturity of the tool (it's quite simple, so why would you need
to change it a lot?) or indicates that this project is dead/abandoned.
After all there are still open TODOs. ;)

@tadzik
Copy link
Owner

@tadzik tadzik commented on 2eb600c Dec 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey :)
No, I don't think I've even used Gentoo at all in the last 5 years or so :) But I've just tested the thing and it seems to work fine, aside from some ports gone from the example .lst file:

┌─[tadzik@yavin]─[~/src/github/tadzik/gmpup] (master)
└─[%]─> ./gmpup 
Failed fetching http://data.gpo.zugaina.org/wdzierzan/media-gfx/darktable/, retrying
404 Not Found at ./gmpup line 29, <$fh> line 1.
ports/games-fps/redeclipse/Manifest
ports/games-fps/redeclipse/files/redeclipse-1.5.3_unbundle-enet.patch
ports/games-fps/redeclipse/metadata.xml
ports/games-fps/redeclipse/redeclipse-1.5.3.ebuild
Failed fetching http://data.gpo.zugaina.org/zugaina/dev-util/nvidia-texture-tools/, retrying
404 Not Found at ./gmpup line 29, <$fh> line 3.
Failed fetching http://data.gpo.zugaina.org/zugaina/games-strategy/0ad/, retrying
404 Not Found at ./gmpup line 29, <$fh> line 4.
Failed fetching http://data.gpo.zugaina.org/pro-audio/media-sound/tuxguitar/, retrying
404 Not Found at ./gmpup line 29, <$fh> line 5.
ports/net-misc/dropbox/Manifest
ports/net-misc/dropbox/dropbox-21.3.18.ebuild
ports/net-misc/dropbox/dropbox-26.3.21.ebuild
ports/net-misc/dropbox/files/dropbox.conf
ports/net-misc/dropbox/files/dropbox.initd
ports/net-misc/dropbox/files/dropbox_at.service
ports/net-misc/dropbox/files/dropbox_at.service-r1
ports/net-misc/dropbox/metadata.xml
┌─[tadzik@yavin]─[~/src/github/tadzik/gmpup] (master)
└─[%]─> ls ports 
games-fps  net-misc
┌─[tadzik@yavin]─[~/src/github/tadzik/gmpup] (master)
└─[%]─> tree ports 
ports
├── games-fps
│   └── redeclipse
│       ├── files
│       │   └── redeclipse-1.5.3_unbundle-enet.patch
│       ├── Manifest
│       ├── metadata.xml
│       └── redeclipse-1.5.3.ebuild
└── net-misc
    └── dropbox
        ├── dropbox-21.3.18.ebuild
        ├── dropbox-26.3.21.ebuild
        ├── files
        │   ├── dropbox_at.service
        │   ├── dropbox_at.service-r1
        │   ├── dropbox.conf
        │   └── dropbox.initd
        ├── Manifest
        └── metadata.xml

6 directories, 12 files

Please sign in to comment.