[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2009-01-11 23h59 UTC

Posted: 01-11-2009, 11:20 PM
The attached list notes all of the packages that were added or removed
from the tree, for the week ending 2009-01-11 23h59 UTC.

Removals:
net-news/straw 2009-01-05 22:41:32 eva
net-misc/logjam 2009-01-05 22:49:25 eva
net-misc/nxclient-2xterminalserver 2009-01-07 09:00:15 voyageur
net-misc/nxserver-2xterminalserver 2009-01-07 09:00:15 voyageur
kde-misc/kio_perldoc 2009-01-08 02:24:55 darkside
dev-lang/prc-tools 2009-01-08 02:26:40 darkside
dev-lang/palmos-sdk 2009-01-08 02:27:10 darkside
www-apps/trac-webadmin 2009-01-08 21:25:38 wrobel
sys-apps/mktemp 2009-01-09 06:10:29 vapier
app-office/oooqs 2009-01-11 20:24:09 suka
app-office/ooqstart-gnome 2009-01-11 20:24:09 suka

Additions:
net-wireless/iw 2009-01-05 05:03:08 rbu
dev-dotnet/atk-sharp 2009-01-05 17:13:17 loki_val
dev-dotnet/gdk-sharp 2009-01-05 17:14:06 loki_val
dev-dotnet/glib-sharp 2009-01-05 17:14:53 loki_val
dev-dotnet/gtk-dotnet-sharp 2009-01-05 17:17:07 loki_val
dev-dotnet/gtk-sharp-gapi 2009-01-05 17:18:19 loki_val
dev-dotnet/pango-sharp 2009-01-05 17:19:37 loki_val
net-voip/telepathy-sofiasip 2009-01-06 03:42:22 tester
app-office/hourglass 2009-01-06 08:14:53 ali_bush
dev-python/rpyc 2009-01-06 11:02:37 grozin
dev-python/pyPdf 2009-01-06 11:07:25 grozin
net-libs/ice 2009-01-07 15:19:18 b33fc0d3
net-libs/icee 2009-01-07 15:24:59 b33fc0d3
net-misc/nxsadmin 2009-01-07 15:35:10 voyageur
sys-boot/unetbootin 2009-01-08 18:12:03 jer
mail-filter/procmail-lib 2009-01-09 16:48:12 dertobi123
app-dicts/gwaei 2009-01-09 17:39:39 matsuu
dev-lang/logtalk 2009-01-10 04:36:28 keri
app-dicts/aspell-de-alt 2009-01-10 11:13:31 ulm
dev-perl/X-Osd 2009-01-10 12:57:38 beandog
media-plugins/hexter 2009-01-10 13:49:35 aballier
media-plugins/xsynth-dssi 2009-01-10 14:04:42 aballier
media-plugins/gmpc-playlistsort 2009-01-10 17:34:22 angelos
media-plugins/banshee-lyrics 2009-01-10 21:39:14 loki_val
app-dicts/sword-armeastern 2009-01-11 00:04:42 beandog
app-dicts/sword-armwestern 2009-01-11 00:06:46 beandog
app-dicts/sword-bashautin 2009-01-11 00:08:06 beandog
app-dicts/sword-burjudson 2009-01-11 00:09:09 beandog
app-dicts/sword-dbd 2009-01-11 00:10:41 beandog
app-dicts/sword-emtv 2009-01-11 00:11:48 beandog
app-dicts/sword-family 2009-01-11 00:13:35 beandog
app-dicts/sword-finpr92 2009-01-11 00:15:48 beandog
app-dicts/sword-frebbb 2009-01-11 00:18:32 beandog
app-dicts/sword-frecrampon 2009-01-11 00:19:45 beandog
app-dicts/sword-fremartin 2009-01-11 00:21:06 beandog
app-dicts/sword-fresegond 2009-01-11 00:22:12 beandog
app-dicts/sword-geneva 2009-01-11 00:23:04 beandog
dev-perl/pcsc-perl 2009-01-11 01:37:45 nerdboy
sys-apps/pcsc-tools 2009-01-11 01:56:57 nerdboy
dev-java/sbaz 2009-01-11 03:54:28 ali_bush

--
Robin Hugh Johnson
Gentoo Linux Developer
E-Mail : robbat2@gentoo.org
GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Reply With Quote

Responses to "[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2009-01-11 23h59 UTC"

Tomáš Chvátal
Guest
Posts: n/a
 
[gentoo-dev] Anouncement: Updated kde4 eclasses in the tree.
Posted: 01-12-2009, 08:50 PM
Hi,
we gentoo kde devs and our herd testers would like to anounce that we have
prepared new kde4 eclasses which supports working with more kdes and has many
many features.
I will try to give you some info about usage and so on.
So first let take look under the hood (supported stuff):
* koffice2 (with these eclasses you can build reasonably split koffice stuff
:])
* linguas support (you have to install only languages user want)
* live ebuilds support (we support by default usage of subversion ebuilds
directly so you inherit the same eclass)
* reworked dependency blocks (so your application will work with kde-4.1
kde-4.2 or with every version, it is your call :])
* only EAPI="2" (this you might not like but every ebuild inheriting our
eclasses needs to be eapi2, sorry guys it is much simpler and cleaner)
* syntax cleanup (we polished the eclass so it should be readable for most
people and it should be easy to spot and fix error).

So what changes for you developers wanting to write some stuff:
1) new variables (all must be before inherit of our nice eclass)

KDE_LINGUAS="cs sr@Latn uk" # for specifying linguas in the package (These
must be all specified! so if you have some .po .ts and others in your package
you should fix up!)

NEED_KDE="4.3" # this variable is used for specifying dependency on certain
kde version, you should not define this variable if you are not sure, we have
nice fallback.

KDE_MINIMAL="4.3" # aproximate minimal needed kde version for your package.
Can be used as DEPEND=">=kde-base/libkonq-${KDE_MINIMAL}[kdeprefix=]".

KDE_WANTED="4.2" # this is internal variable used for specifying deps search
order. If user has kdeprefix we start version search from this version so it
gets first if installed or pulled. (really usefull only for internal kde use).

2) as example ebuilds you can browse kde-testing [1] and kde-crazy [2]

3) we also open new ~6months long oportunity window for feature call and code
cleanups :P

Enjoy using the new eclass :]

Tomas
PS: I really hope i didnt miss something important.
PPS: I really really hope that this time kmail will sent this as only text
mail not html one.

[1] http://git.overlays.gentoo.org/gitwe....git;a=summary
[2] http://git.overlays.gentoo.org/gitwe....git;a=summary

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEABECAAYFAklruhIACgkQHB6c3gNBRYf91wCgituRtRSlul EYRYf/Krm0vw22
ZB4An0RKI0bGd8TzTiOVL4hGRMmiQzMu
=RGyW
-----END PGP SIGNATURE-----

Reply With Quote
Dale
Guest
Posts: n/a
 
Re: [gentoo-dev] Anouncement: Updated kde4 eclasses in the tree.
Posted: 01-12-2009, 09:10 PM
Tomáš Chvátal wrote:
> Hi,
> << SNIP >>
>
> Tomas
> PS: I really hope i didnt miss something important.
> PPS: I really really hope that this time kmail will sent this as only text
> mail not html one.
>
And in the future, hit compose new message instead. Your message appears
as part of a thread of the subject: "Automated Package Removal and
Addition Tracker, for the week ending 2009-01-11 23h59 UTC" That could
mean some won't see your post. I almost didn't myself. I was curious
since no one replies to that automated thing. Who would answer if they
did? :/

Dale

:-) :-)
Reply With Quote
Tomáš Chvátal
Guest
Posts: n/a
 
Re: [gentoo-dev] Anouncement: Updated kde4 eclasses in the tree.
Posted: 01-12-2009, 09:20 PM
Well that is the problem, I didnt hit reply but new message button :D
(i guess kmail4.2 is doing something fancy :D)

Tomas

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEABECAAYFAklrwG8ACgkQHB6c3gNBRYehvwCeIl8O/toJH3fZJSKOqTY8/wlM
Ft8AoIpEF2rbdF+7klaS1fArv+GyAPk2
=ljF1
-----END PGP SIGNATURE-----

Reply With Quote
Dale
Guest
Posts: n/a
 
Re: [gentoo-dev] Anouncement: Updated kde4 eclasses in the tree.
Posted: 01-12-2009, 11:10 PM
Tomáš Chvátal wrote:
> Well that is the problem, I didnt hit reply but new message button :D
> (i guess kmail4.2 is doing something fancy :D)
>
> Tomas
>
Yep, time to search the configure section. Something "windoze like"
going on in there. lol

Dale

:-) :-)
Reply With Quote
Jan Kundrát
Guest
Posts: n/a
 
Re: [gentoo-dev] Anouncement: Updated kde4 eclasses in the tree.
Posted: 01-13-2009, 07:40 PM
Tomáš Chvátal wrote:
> (i guess kmail4.2 is doing something fancy :D)
Well, that explains it :).

Cheers,
-jkt

--
cd /local/pub && more beer > /dev/mouth


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkls+jIACgkQamXfqERyJRcIKwCfW/ePao2+WlUgG+jOMj457Ac2
yhMAn22Zo66ELOLW+b0z3DRtE0bWMNGo
=DwID
-----END PGP SIGNATURE-----

Reply With Quote
 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2009-01-04 23h59 UTC Robin H. Johnson Gentoo Linux 0 01-04-2009 11:20 PM
[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2008-12-28 23h59 UTC Robin H. Johnson Gentoo Linux 1 12-28-2008 11:20 PM
[gentoo-dev] Wishlist: an automated package upgrade system with fine-tunable sysadmin control Kevin Gentoo Linux 16 05-03-2006 05:10 PM
[gentoo-dev] [gentoo-osx] Package testing -- Automated initiative Kito Gentoo Linux 7 08-15-2005 05:50 PM
[gentoo-dev] exist an automated ebuilds removal ? Francesco Riosa Gentoo Linux 6 12-31-2004 01:00 PM