Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
New ebuild for Alloy under 3.2
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
jmoeller
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 114
Location: USA

PostPosted: Sun Feb 15, 2004 1:30 am    Post subject: New ebuild for Alloy under 3.2 Reply with quote

Created a new ebuild for alloy under 3.2, if anyone cares:

https://bugs.gentoo.org/show_bug.cgi?id=41582

--EDIT--

Changed ebuild to be fetch-restricted. See instructions for use in bug.
_________________
Cogito sumere potum alterum.


Last edited by jmoeller on Sun Feb 15, 2004 5:26 am; edited 1 time in total
Back to top
View user's profile Send private message
olias2
Apprentice
Apprentice


Joined: 23 Aug 2003
Posts: 234
Location: CANADA

PostPosted: Sun Feb 15, 2004 2:04 am    Post subject: Reply with quote

Thanks, but I'm having a little trouble emerging.

I made a '/usr/local/portage' directory and coppied the 'alloy-0.5.tar.bz2' file to it. I then modifyed my /etc/make.conf file and uncommented the the line PORTDIR_OVERLAY="/usr/local/portage". When I try to 'emerge -p' it, here's what I get...
Code:
# emerge -p alloy

These are the packages that I would merge, in order:

Calculating dependencies ...done!
[ebuild  N    ] x11-themes/alloy-0.4.1a

Doesn't look like I'm getting the right version of your theme, does it? What am I doing wrong?

thanks, oli
_________________
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Back to top
View user's profile Send private message
jmoeller
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 114
Location: USA

PostPosted: Sun Feb 15, 2004 2:07 am    Post subject: Reply with quote

run:
Code:
# tar -xjvf alloy-0.5.tar.bz2
in the /usr/local/portage directory as root. Then try your emerge -p again.
_________________
Cogito sumere potum alterum.
Back to top
View user's profile Send private message
olias2
Apprentice
Apprentice


Joined: 23 Aug 2003
Posts: 234
Location: CANADA

PostPosted: Sun Feb 15, 2004 2:34 am    Post subject: Reply with quote

Sorry but I must be a total led head. I did what you said, as root, and got a /usr/local/portage/x11-themes/alloy directory. The 'emerge -p alloy still gives me the old 'alloy-0.4.1a'. So then I tried this...
Code:
emerge -p /usr/local/portage/x11-themes/alloy

These are the packages that I would merge, in order:

Calculating dependencies
emerge: there are no masked or unmasked ebuilds to satisfy "/usr/local/portage/x11-themes/alloy".


d'no what I'm doing I guess.
_________________
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Back to top
View user's profile Send private message
jmoeller
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 114
Location: USA

PostPosted: Sun Feb 15, 2004 2:46 am    Post subject: Reply with quote

Ah. I forgot I masked it. Do:
Code:
# ACCEPT_KEYWORDS='~x86' emerge -vp alloy
and you should see it now.
_________________
Cogito sumere potum alterum.
Back to top
View user's profile Send private message
olias2
Apprentice
Apprentice


Joined: 23 Aug 2003
Posts: 234
Location: CANADA

PostPosted: Sun Feb 15, 2004 4:36 am    Post subject: Reply with quote

Almost...!!!
Code:
#ACCEPT_KEYWORDS='~x86' emerge -v alloy
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-themes/alloy-0.5 to /
>>> Downloading http://gentoo.oregonstate.edu/distfiles/10605-alloy-0.5.tar.bz2
--23:39:26--  http://gentoo.oregonstate.edu/distfiles/10605-alloy-0.5.tar.bz2
           => `/usr/portage/distfiles/10605-alloy-0.5.tar.bz2'
Resolving gentoo.oregonstate.edu... 128.193.0.3
Connecting to gentoo.oregonstate.edu[128.193.0.3]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
23:39:26 ERROR 404: Not Found.

>>> Downloading http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/10605-alloy-0.5.tar.bz2
--23:39:26--  http://distro.ibiblio.org/pub/Linux/distributions/gentoo/distfiles/10605-alloy-0.5.tar.bz2
           => `/usr/portage/distfiles/10605-alloy-0.5.tar.bz2'
Resolving distro.ibiblio.org... 152.2.210.109
Connecting to distro.ibiblio.org[152.2.210.109]:80... connected.
HTTP request sent, awaiting response... 404 Not Found
23:39:27 ERROR 404: Not Found.

>>> Downloading http://www.kdelook.org/content/files/10605-alloy-0.5.tar.bz2
--23:39:27--  http://www.kdelook.org/content/files/10605-alloy-0.5.tar.bz2
           => `/usr/portage/distfiles/10605-alloy-0.5.tar.bz2'
Resolving www.kdelook.org... 66.111.55.80
Connecting to www.kdelook.org[66.111.55.80]:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://www.kde-look.org [following]
--23:39:27--  http://www.kde-look.org/
           => `/usr/portage/distfiles/index.html.3'
Resolving www.kde-look.org... 66.111.55.80
Connecting to www.kde-look.org[66.111.55.80]:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]

    [  <=>                                        ] 42,176       107.85K/s

23:39:28 (107.60 KB/s) - `/usr/portage/distfiles/index.html.3' saved [42176]

!!! Couldn't download 10605-alloy-0.5.tar.bz2. Aborting.

_________________
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Back to top
View user's profile Send private message
jmoeller
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 114
Location: USA

PostPosted: Sun Feb 15, 2004 4:42 am    Post subject: Reply with quote

Hmmm.... Yeah, I wasn't able to get the ebuild to download the tarball directly, either. but you can go directly to http://www.kde-look.org and download the package manually, and put it into /usr/portage/distfiles. It's the KDE 3.2 theme called alloy.

I'll try to correct that problem.
_________________
Cogito sumere potum alterum.
Back to top
View user's profile Send private message
olias2
Apprentice
Apprentice


Joined: 23 Aug 2003
Posts: 234
Location: CANADA

PostPosted: Sun Feb 15, 2004 5:02 am    Post subject: Reply with quote

ah, that did it... looks sweet. Thanks for all your time and effort.

olias :D
_________________
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Back to top
View user's profile Send private message
jmoeller
Tux's lil' helper
Tux's lil' helper


Joined: 07 Nov 2003
Posts: 114
Location: USA

PostPosted: Sun Feb 15, 2004 5:07 am    Post subject: Reply with quote

No problem.

I wasn't able to correct the problem with the URL, however. It looks like you'll have to download it manually, unless it's put up on the mirrors.

Then again, if it's put on the mirrors, then the ebuild will probably have made it into portage. :)

Anyway, the problem would have been corrected by fetch-restricting the ebuild, but I'll have to find out how to do that.
_________________
Cogito sumere potum alterum.
Back to top
View user's profile Send private message
olias2
Apprentice
Apprentice


Joined: 23 Aug 2003
Posts: 234
Location: CANADA

PostPosted: Sun Feb 15, 2004 5:18 am    Post subject: Reply with quote

Sorry my last post wasn't too clear. What I ment to say was that with all your help, I was able to get it installed. I'm using the theme right now and loving it. I also now, have a better understanding of how portage works.

thanks again, oli
_________________
A wise man realizes that he too is a fool and then humbles himself to learn that which is greater than he.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments 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