Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED package moved] TOR removed from portage?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
ryszardzonk
Apprentice
Apprentice


Joined: 18 Dec 2003
Posts: 225
Location: Rzeszów, POLAND

PostPosted: Fri Mar 17, 2017 10:42 pm    Post subject: [SOLVED package moved] TOR removed from portage? Reply with quote

I did portage sync update as usual and I tried to update the installation and notice following
Code:
emerge: there are no ebuilds to satisfy ">=net-misc/tor-0.2"

My first idea was that the package was moved to the different section like it happened for various packages over the years, but I could not find it anywhere and when I wanted to pull old version of the ebuild from the website I noticed that the page that has been there for ages is gone as well https://packages.gentoo.org/packages/net-misc/tor

Was that a hack or deliberate action to remove package without the notice?
_________________
Sky is not the limit...


Last edited by ryszardzonk on Fri Mar 17, 2017 10:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
cboldt
Veteran
Veteran


Joined: 24 Aug 2005
Posts: 1046

PostPosted: Fri Mar 17, 2017 10:49 pm    Post subject: Reply with quote

It moved to net-vpn/tor
Back to top
View user's profile Send private message
ryszardzonk
Apprentice
Apprentice


Joined: 18 Dec 2003
Posts: 225
Location: Rzeszów, POLAND

PostPosted: Fri Mar 17, 2017 10:57 pm    Post subject: Reply with quote

lol. I did search for it with "eix net-*/tor", but obviously it did not find it there hence I did not to do eix-update first. Still I would say instead of page on wiki being removed completely as google search still leads to it better would be to create stub there that redirects to new location.
_________________
Sky is not the limit...
Back to top
View user's profile Send private message
cboldt
Veteran
Veteran


Joined: 24 Aug 2005
Posts: 1046

PostPosted: Fri Mar 17, 2017 11:16 pm    Post subject: Reply with quote

The only reason I knew was that I have been monitoring the packages database, and recalled seeing "tor" listed.

I have no idea whether portage can automatically manage the change, and I see two packages that have dependencies (net-libs/stem and net-misc/arm).
Back to top
View user's profile Send private message
cboldt
Veteran
Veteran


Joined: 24 Aug 2005
Posts: 1046

PostPosted: Fri Mar 17, 2017 11:21 pm    Post subject: Reply with quote

Oh - you might want to have eix-update run automatically after an `emerge --sync`

Code:
#!/bin/sh

# /etc/portage/postsync.d/eix-update

if [ -x /usr/bin/eix-update ] ; then
  cp -a /var/cache/eix/portage.eix /var/cache/eix/previous.eix
  eix-update -q
fi
:


Creating "previous.eix" facilitates running of `eix-diff`. The closing ":" command insures that this short script always returns with an errorlevel of 0, regardless of how eix-update finishes.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum