[ create a new paste ] login | about

Project: Gentoo-BR
http://gentoo-br.net/
Language:













Description:
Grupo de usuários brasileiro do Gentoo Linux

Recent Pastes:

C, pasted yesterday:
1
2
3
4
5
If c>1 then
 c = c+1
Else
 c = c-1
End If
view (5 lines, 1 line of output)
Plain Text, pasted on Feb 21:
1
2
3
4
5
nyquist rafael # emerge --unmerge sys-apps/hal
 * This action can remove important packages! In order to be safer, use
 * `emerge -pv --depclean <atom>` to check for reverse dependencies before
 * removing packages.

...
view (8 lines)
Plain Text, pasted on Feb 18:
1
2
3
4
5
Why not try to use Mercurial?

The lack of interest of the Gentoo developers in use mercurial makes me very sad.

I'm using Mercurial with all my projects, including my overlay [1], and I'm not alone [2] :D
...
view (17 lines)
Python, pasted on Feb 8:
1
2
3
4
5
Valbook corosync # ebuild corosync-1.2.0.ebuild manifest
Appending /usr/local/portage to PORTDIR_OVERLAY...
/usr/lib64/portage/bin/ebuild.sh: line 1818: /usr/local/portage/sys-cluster/corosync/corosync-1.2.0.ebuild: Permission denied
 *
 * ERROR: sys-cluster/corosync-1.2.0 failed.
...
view (17 lines, 4 lines of output)
Plain Text, pasted on Jan 17:
1
2
3
4
5
Index: bin/repoman
===================================================================
--- bin/repoman	(revision 15200)
+++ bin/repoman	(working copy)
@@ -486,11 +486,13 @@
...
view (191 lines)
Plain Text, pasted on Jan 17:
1
2
3
4
5
Index: bin/repoman
===================================================================
--- bin/repoman	(revision 15200)
+++ bin/repoman	(working copy)
@@ -486,11 +486,13 @@
...
view (193 lines)
Plain Text, pasted on Jan 16:
1
2
3
4
5
# ChangeLog for sci-electronics/electronics-menu
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: $

*electronics-menu-1.0 (16 Jan 2010)
...
view (17 lines)
Python, pasted on Jan 16:
1
2
3
4
5
if "sign" in repoman_settings.features:
		signed = True
		myfiles = myupdates + myremoved + mymanifests
		try:
			if repolevel==3:   # In a package dir
...
view (42 lines)
Plain Text, pasted on Jan 12:
1
2
3
4
5
To the EveryDNS community,

Since starting EveryDNS in June of 2001 while a freshman in college, my goal has always been to provide simple, reliable and secure DNS services to the Internet community.  I'm proud to say that we've lived up to that mission and delivered robust DNS services to over 400,000 domains.  Nearly 9 years later, it's now time to put the service in more capable hands and I'm happy to announce that I've found a great home for EveryDNS.  I have sold the EveryDNS service to Dyn Inc., the operators of the immensely popular DynDNS.com service.

Over the many years of running EveryDNS I have been fortunate to build up relationships and friendships within the industry, particularly Jeremy Hitchcock and Tom Daly, the CEO and CTO respectively of Dyn Inc.  In getting to know them I have learned that we share similar values in our desire to deliver world-class services to our customers and the Internet community at large.
...
view (32 lines)
Plain Text, pasted on Jan 12:
1
2
3
4
5
#!/usr/bin/python

from distutils.core import setup, Extension
import glob, os.path
import sys
...
view (18 lines)
PHP, pasted on Jan 10:
1
2
3
4
5
<?php

class irc_bot{

  private $socket;
...
view (250 lines, 1 line of output)
PHP, pasted on Jan 10:
1
2
3
4
5
<?php

class irc_bot{

  private $socket;
...
view (250 lines)
Plain Text, pasted on Jan 6:
1
2
3
4
5
CFLAGS="-march=native -O2"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j3"

...
view (26 lines)
Plain Text, pasted on Jan 2:
1
2
3
4
5
nyquist rafael # emerge -uvaDN world

These are the packages that would be merged, in order:

Calculating dependencies... done!
...
view (31 lines)
C, pasted on Jan 2:
1
2
3
4
#include <stdio.h>

void main()
{
...
view (7 lines, 1 line of output)
C, pasted on Jan 2:
1
2
3
4
#include <stdio.h>

void main()
{
...
view (7 lines, 2 lines of output)
Plain Text, pasted on Jan 1:
1
2
3
4
5
paludis@1262384505: [WARNING elike_use_requirement.query] In thread ID '4730':
  ... In program paludis -i --dl-reinstall if-use-changed world:
  ... When performing install action from command line:
  ... When executing install task:
  ... When building dependency list:
...
view (18 lines)
Plain Text, pasted on Dec 31:
1
2
3
4
5
 * chromium-4.0.266.0.tar.bz2 RMD160 SHA1 SHA256 size ;-) ...                                                               [ ok ]
 * checking ebuild checksums ;-) ...                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                      [ ok ]
 * CPV:  www-client/chromium-4.0.266.0                                                                                            
...
view (72 lines)
Plain Text, pasted on Dec 31:
1
2
3
4
5
*/* bash-completion consolekit curl nls freetype graphite pam python unicode vim-syntax sqlite ssl xattr readline dbus gtk hal utils xkb X acpi apm pam policykit jpeg tiff
*/* linguas: pt_BR
*/* input_drivers: keyboard mouse
*/* video_drivers: nv
*/* build_options: jobs=3 -recommended_tests
...
view (9 lines)
Plain Text, pasted on Dec 31:
1
2
3
4
5
(chroot) nyquist / # paludis -ip xorg-server
Building target list... 
Building dependency list: ... 93 steps 

These packages will be installed:
...
view (403 lines)