Forums

Skip to content

Advanced search
  • Quick links
    • Unanswered topics
    • Active topics
    • Search
  • FAQ
  • Login
  • Register
  • Board index Assistance Unsupported Software
  • Search

Fluidportage ebuilds for CVS/SVN programs

This forum covers all Gentoo-related software not officially supported by Gentoo. Ebuilds/software posted here might harm the health and stability of your system(s), and are not supported by Gentoo developers. Bugs/errors caused by ebuilds from overlays.gentoo.org are covered by this forum, too.
Post Reply
Advanced search
345 posts
  • Page 1 of 14
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 14
  • Next
Author
Message
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

Fluidportage ebuilds for CVS/SVN programs

  • Quote

Post by andrewski » Sat Jul 31, 2004 10:55 pm

Did you know you could get CVS versions of many choice programs in portage? Neither did I!

Redeeman, sn4ip3r, and friends have provided ebuilds for some; read on to use them!
1. emerge subversion (This is required to sync the ebuilds.)
2. Now you have to checkout the ebuilds. The first time, issue the following commands:

Code: Select all

root:/$ cd /usr/local/fluidportage
root:local$ svn co http://kaspersandberg.com/fluidportage/trunk
<Downloads lots of ebuilds>
root:local$ ls trunk/
app-arch       dev-libs          gnome-extra    net-im        scripts                   x11-libs
app-crypt      dev-util          kde-base       net-irc       skel-cvs-20040523.ebuild  x11-misc
app-editors    eclass            mail-client    net-libs      skel-svn-20040523.ebuild  x11-themes
app-emulation  games-action      media-gfx      net-mail      sys-apps                  x11-wm
app-office     games-arcade      media-libs     net-misc      sys-devel                 xfce-base
app-text       games-engines     media-plugins  net-p2p       sys-fs                    xfce-extra
dev-cpp        games-simulation  media-sound    net-wireless  sys-libs
dev-dotnet     games-strategy    media-tv       net-www       TODO
dev-lang       games-util        media-video    README        x11-base
On subsequent checkouts (after the first time), you merely have to update; simply navigate to that directory and, as root, type svn up:

Code: Select all

root:/$ cd /usr/local/fluidportage/trunk/
root:trunk$ svn up
At revision 62. <-- [It shows this when you are current.]
I like to add that to my system update script, so it happens automatically.
3. Add /usr/local/fluidportage/trunk to your PORTDIR_OVERLAY in /etc/make.conf:

Code: Select all

PORTDIR_OVERLAY="/usr/local/portage /usr/local/fluidportage/trunk"
4. Read the README!
5. Now emerge any package you want (once you have the proper KEYWORDS); for Xfce, that'd be emerge -av xfce4-base (and beyond).

I reiterate: read the README; important info lies therein.

Then, once you have everything installed, you can execute /usr/local/fluidportage/trunk/scripts/fluidmanager.sh --pkgs-upgrade to upgrade your system to current CVS, no need to reemerge! 8) (I've actually softlinked fluidmanager.sh to /usr/local/sbin/fluidmanager; that'll work as long as you make sure that's in root's path, or you could put it elsewhere.) One thing: at present you'll need to create a file in root's home for fluidmanager to work correctly:

Code: Select all

root:andrew$ echo "/usr/local/fluidportage/trunk" > ~/.fluidportage
Edit: Updated to reflect fluidportage tree changes.
Last edited by andrewski on Fri Jul 15, 2005 11:02 pm, edited 10 times in total.
Top
gatiba
Guru
Guru
User avatar
Posts: 434
Joined: Sun Sep 01, 2002 10:20 am

  • Quote

Post by gatiba » Sun Aug 01, 2004 10:09 am

I receive this error:

Code: Select all

bash-2.05b# svn up
svn: '.' is not a working copy
Top
GentooBox
Veteran
Veteran
User avatar
Posts: 1168
Joined: Sun Jun 22, 2003 10:52 am
Location: Denmark

  • Quote

Post by GentooBox » Sun Aug 01, 2004 11:58 am

gatiba wrote:I receive this error:

Code: Select all

bash-2.05b# svn up
svn: '.' is not a working copy
I get that error too..

i think that he forgot to tell how to add the source or something.

well, this is what i do when i want redeeman's ebuilds:

Code: Select all

cd /usr/local/overlays/redeeman
svn co http://redeeman.kaspersandberg.com/fluidportage/trunk/
EDIT: once you have the files, then you can cd into the dir, and make a "svn up"
Encrypt, lock up everything and duct tape the rest
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Sun Aug 01, 2004 3:01 pm

Yes, I did forget (how to do that). :oops: Thanks for clarifying.

Since this is some sort of mini-howto, should I edit my original post and one of the mods could clean this up? Or should we leave it as-is?
Top
lowbatt
Tux's lil' helper
Tux's lil' helper
User avatar
Posts: 83
Joined: Sat Jul 13, 2002 5:58 pm

  • Quote

Post by lowbatt » Sun Aug 01, 2004 3:56 pm

Edit the first post. So people dont get confused.:D
Information is pure. Take a knife, for example. You can use it to cut up vegetables, butter your bread, etc. Or you can use it as a weapon. The way in which information exists in its many forms leaves for us the decision how to use it. - Maynard -TOOL
Top
GentooBox
Veteran
Veteran
User avatar
Posts: 1168
Joined: Sun Jun 22, 2003 10:52 am
Location: Denmark

  • Quote

Post by GentooBox » Sun Aug 01, 2004 4:01 pm

andrewski wrote:Yes, I did forget (how to do that). :oops: Thanks for clarifying.

Since this is some sort of mini-howto, should I edit my original post and one of the mods could clean this up? Or should we leave it as-is?
no problem.

You should edit your post. - you dont need a mod to clean it up, its fine.

And thanks for the mini-howto :)
Encrypt, lock up everything and duct tape the rest
Top
pagal
n00b
n00b
Posts: 59
Joined: Mon Feb 17, 2003 6:09 am

  • Quote

Post by pagal » Sun Aug 01, 2004 9:35 pm

I think he needs to update his xfce4-cvs builds, since xfce4-modules is deprecated. I tried to emerge xfce4-cvs and found it out.
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Mon Aug 02, 2004 2:01 pm

Does anyone have a reference saying so?

Why don't you PM him to let him know, citing the error you're receiving? (And you could put it here as well, for completeness's sake.)
Top
sn4ip3r
Guru
Guru
User avatar
Posts: 325
Joined: Sat Dec 14, 2002 12:39 pm
Location: Tallinn, Estonia

  • Quote

Post by sn4ip3r » Mon Aug 02, 2004 5:20 pm

andrewski wrote:Does anyone have a reference saying so?

Why don't you PM him to let him know, citing the error you're receiving? (And you could put it here as well, for completeness's sake.)
xfce4 problems should be reported to me actually. Sadly I haven't had much time to update any cvs ebuilds lately.
Top
pagal
n00b
n00b
Posts: 59
Joined: Mon Feb 17, 2003 6:09 am

  • Quote

Post by pagal » Wed Aug 04, 2004 6:17 am

Code: Select all

root@alpha portage # svn up
At revision 64.
here's the error message:

Code: Select all

root@alpha portage # emerge xfce4-cvs
Calculating dependencies ...done!
>>> emerge (1 of 24) xfce-base/xfce4-modules-cvs-20040612 to /
>>> Unpacking source...
 * Fetching CVS module xfce4/xfce4-modules into /usr/portage/distfiles/cvs-src/x
cvs server: cannot find module `xfce4/xfce4-modules' - ignored
cvs [checkout aborted]: cannot expand modules

!!! ERROR: xfce-base/xfce4-modules-cvs-20040612 failed.
!!! Function fluidcvs_fetch, Line 251, Exitcode 1
!!! cvs checkout command " cvs -q -f -z4 -d ":pserver:anoncvs@cvs.xfce.org:/cvsr
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

Re: Redeeman's ebuilds for CVS programs

  • Quote

Post by andrewski » Wed Aug 04, 2004 1:12 pm

It would be best to report problems to redeeman or sn4ip3r either here on the forums or on IRC (#love-sources@freenode). I don't know what that error means. :oops:
Top
pagal
n00b
n00b
Posts: 59
Joined: Mon Feb 17, 2003 6:09 am

  • Quote

Post by pagal » Wed Aug 04, 2004 3:29 pm

I did that, and thanks to sn4ip3r its fixed now :)
I posted the messages here just for the heck of it, so that everyone know what's going on.

UPDATE: now the error message is this:

Code: Select all

configure: error: Library requirements (xfce4-panel-1.0 >= 4.1.0) not met; consi                                                                                                     der adjusting the PKG_CONFIG_PATH environment variable if your libraries are in                                                                                                      a nonstandard prefix so pkg-config can find them.

!!! ERROR: xfce-base/xfdesktop-cvs-20040612 failed.
!!! Function econf, Line 362, Exitcode 1
!!! econf failed
that's happened while compiling xfce-base/xfdesktop-cvs-20040612.
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Thu Aug 05, 2004 9:49 pm

I edited the how-to to show how to update CVS using fluidmanager.
Top
pagal
n00b
n00b
Posts: 59
Joined: Mon Feb 17, 2003 6:09 am

  • Quote

Post by pagal » Sat Aug 07, 2004 9:13 pm

andrewski: I got this message when I tried the upgrade.

Code: Select all

./scripts/fluidmanager.sh --pkgs-upgrade
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for x11-themes/gtk-engines-xfce-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce4-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce-mcs-manager-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xffm-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce-mcs-plugins-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/libxfce4mcs-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/libxfce4util-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce4-panel-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce-utils-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/libxfcegui4-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfdesktop-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce4-appfinder-cvs-20040630
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfprint-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce4-base-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfwm4-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-base/xfce4-session-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-xmms-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-trigger-launcher-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-battery-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xffm-icons-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfwm4-themes-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-showdesktop-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-systray-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-notes-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfcalendar-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-mixer-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-iconbox-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-systemload-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-datetime-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-taskbar-plugin-cvs-20040801
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-themes-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-diskperf-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-clipman-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-netload-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-toys-cvs-20040612
cat: /root/.fluidportage: No such file or directory
./scripts/fluidmanager.sh: line 224: genlop: command not found
find: invalid predicate `'
 * Unable to find ebuild for xfce-extra/xfce4-artwork-cvs-20040612
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Sun Aug 08, 2004 5:12 am

Yeah, I did too; you have to emerge genlop.
Top
Chaosite
Guru
Guru
User avatar
Posts: 540
Joined: Sat Dec 13, 2003 3:54 pm
Location: Right over here.

  • Quote

Post by Chaosite » Sun Aug 08, 2004 11:14 am

Sometimes CVS is broken. Not the ebuilds in fluidportage, the actual upstream CVS. Waiting a few days and trying again usually fixes it :)
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Sun Aug 08, 2004 2:57 pm

Chaosite wrote:Sometimes CVS is broken. Not the ebuilds in fluidportage, the actual upstream CVS. Waiting a few days and trying again usually fixes it :)
As much as that is true, that's not the problem pagal is having above.
Top
pagal
n00b
n00b
Posts: 59
Joined: Mon Feb 17, 2003 6:09 am

  • Quote

Post by pagal » Sun Aug 08, 2004 6:32 pm

thanks for the help guys, I just emerged genlop but still having the same error.
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Sun Aug 08, 2004 6:45 pm

Hmm... maybe emerge gentoolkit? (I don't know if that will help!)
Or, check out the IRC channel #love-sources@freenode to get help. I'm out of ideas; emerging genlop did it for me.
Top
Redeeman
l33t
l33t
User avatar
Posts: 958
Joined: Thu Sep 25, 2003 9:02 am
Location: Portugal

  • Quote

Post by Redeeman » Sun Aug 08, 2004 6:50 pm

1:
nice, i got my own guide, now i dont have to write one myself :DDD
thanks!

2:
you should not make the dir /usr/local/trunk, just:
cd /usr/local
and then svn co http://kaspersandberg.com/fluidportage

3:
fluidportage is now online 24/7, and has been in a month, (as i am writing this, my server has died, but it will be up tomorow again)
andrewski: please edit the first post with these changes :)
Top
pagal
n00b
n00b
Posts: 59
Joined: Mon Feb 17, 2003 6:09 am

  • Quote

Post by pagal » Sun Aug 08, 2004 6:55 pm

I already have gentoolkit emerged.
Redeeman, any ideas?
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Sun Aug 08, 2004 6:59 pm

Redeeman wrote:1:
nice, i got my own guide, now i dont have to write one myself :DDD
thanks!

2:
you should not make the dir /usr/local/trunk, just:
cd /usr/local
and then svn co http://kaspersandberg.com/fluidportage

3:
fluidportage is now online 24/7, and has been in a month, (as i am writing this, my server has died, but it will be up tomorow again)
andrewski: please edit the first post with these changes :)
Redeeman: thanks for the update, and of course, thanks for having these ebuilds available on a good server! (BTW, I never got evolution working, gave up, and now am happily using sylpheed ;)).
Cheers.
Top
Redeeman
l33t
l33t
User avatar
Posts: 958
Joined: Thu Sep 25, 2003 9:02 am
Location: Portugal

  • Quote

Post by Redeeman » Sun Aug 08, 2004 7:00 pm

yes, i will fix fluidmanager when my server comes up, i have quite some stuff to do
Top
Redeeman
l33t
l33t
User avatar
Posts: 958
Joined: Thu Sep 25, 2003 9:02 am
Location: Portugal

  • Quote

Post by Redeeman » Sun Aug 08, 2004 7:01 pm

andrewski:
i will fix the ebuilds that depends on bmg on next update, but i have been extremely busy lately
Top
andrewski
Guru
Guru
User avatar
Posts: 366
Joined: Fri Apr 30, 2004 1:27 am
Location: Royersford, PA, USA

  • Quote

Post by andrewski » Sun Aug 08, 2004 7:06 pm

Redeeman wrote:andrewski:
i will fix the ebuilds that depends on bmg on next update, but i have been extremely busy lately
I didn't mean that as a subtle request to satiate my impatience, but just as a humourous turn of events; I much prefer sylpheed, as it's very light and evolution's additional features are no longer of use to me.
Top
Post Reply

345 posts
  • Page 1 of 14
    • Jump to page:
  • 1
  • 2
  • 3
  • 4
  • 5
  • …
  • 14
  • Next

Return to “Unsupported Software”

Jump to
  • Assistance
  • ↳   News & Announcements
  • ↳   Frequently Asked Questions
  • ↳   Installing Gentoo
  • ↳   Multimedia
  • ↳   Desktop Environments
  • ↳   Networking & Security
  • ↳   Kernel & Hardware
  • ↳   Portage & Programming
  • ↳   Gamers & Players
  • ↳   Other Things Gentoo
  • ↳   Unsupported Software
  • Discussion & Documentation
  • ↳   Documentation, Tips & Tricks
  • ↳   Gentoo Chat
  • ↳   Gentoo Forums Feedback
  • ↳   Duplicate Threads
  • International Gentoo Users
  • ↳   中文 (Chinese)
  • ↳   Dutch
  • ↳   Finnish
  • ↳   French
  • ↳   Deutsches Forum (German)
  • ↳   Diskussionsforum
  • ↳   Deutsche Dokumentation
  • ↳   Greek
  • ↳   Forum italiano (Italian)
  • ↳   Forum di discussione italiano
  • ↳   Risorse italiane (documentazione e tools)
  • ↳   Polskie forum (Polish)
  • ↳   Instalacja i sprzęt
  • ↳   Polish OTW
  • ↳   Portuguese
  • ↳   Documentação, Ferramentas e Dicas
  • ↳   Russian
  • ↳   Scandinavian
  • ↳   Spanish
  • ↳   Other Languages
  • Architectures & Platforms
  • ↳   Gentoo on ARM
  • ↳   Gentoo on PPC
  • ↳   Gentoo on Sparc
  • ↳   Gentoo on Alternative Architectures
  • ↳   Gentoo on AMD64
  • ↳   Gentoo for Mac OS X (Portage for Mac OS X)
  • Board index
  • All times are UTC
  • Delete cookies

© 2001–2026 Gentoo Foundation, Inc.

Powered by phpBB® Forum Software © phpBB Limited

Privacy Policy