# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ IUSE="" DESCRIPTION="Snapshot of Available Gaim Smiley Themes" HOMEPAGE="http://gaim.sourceforge.net/themes.php" RESTRICT="nomirror" SRC_URI=" http://www.kingant.net/gaim/icq.tar.gz http://gaim.sourceforge.net/exhaustive.tar.gz http://www.blueridge.net/~rflynn/alien_theme.tar.gz http://www.the-kgb.org/~reivec/Bugeyes.tar.gz http://www.the-kgb.org/~reivec/Kids.tar.gz http://www.the-kgb.org/~reivec/CrystalAIM.tar.gz http://www.the-kgb.org/~reivec/EasterAIM.tar.gz http://www.xeron.cc/main/files/burger.tar.gz http://www.xeron.cc/main/files/kitties.tar.gz http://www.gnomepro.com/smallsmiles/SmallSmiles.tar.gz http://users.skynet.be/xterm/tweak-0.1.3.tar.gz http://www.prestigesecurity.biz/filthysmilies.tar.gz http://www.fr3nd.net/nis/nis.tar.gz http://www.madcowworld.com/gaim/mwes-1.0.17.tar.gz http://pollux.dhcp.uia.mx/damog/files/DamogDotOrg-0.2.tar.gz http://hejieshijie.net/files/Maya.tar.gz http://stephane.pontier.free.fr/projects/TrillyPro.tgz http://www.rit.edu/~kod1929/Aqua.tar.gz http://www.rit.edu/~kod1929/Jimmac_2.tar.gz http://www.wender.org/linux/gaim/trilliansmileys.0.1.tar.gz http://toxico.bitacoras.com/other/gaim/themes/jimmac-gaim.tar.gz http://www.carbonize.co.uk/Official.tar.gz http://smart-idiot.no-ip.com/smilies/smart.zip http://sjbrown.ezide.com/tuxhead.tar.gz http://toxico.bitacoras.com/other/gaim/themes/gangsta_gaim.tar.gz http://www.geocities.com/drewd146/Hand_Drawn.zip http://www.zicklepop.com/downloads/dudes.zip http://www.invox.org/IMG/InBob.tar.gz http://www.securelabs.org/downloads/gaim_theme/popo-emotions.tar.gz http://www.pfarroli.de/monne/piko/icq_lite.tar.gz http://www.mbpublish.de/downloads/icq-lite-4_smileys.tar.gz http://www.xenious.com/XENIOUS_ICQ_icons_GAIM.zip http://akiross.hopto.org/other/ar-smiles/ar-smiles-1.3.tar.gz " LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc sparc alpha amd64" DEPEND=">=net-im/gaim-1.0" S=${WORKDIR} src_unpack() { unpack ${A} # remove general cruft find ${S} -type d -name .xvpics -exec rm -rf '{}' \; 2>/dev/null find ${S} -type f -name 'Makefile*' -exec rm -f '{}' \; find ${S} -type f -name '*theme*' -a ! -name theme -a ! -name '*.png' -exec rm -f '{}' \; find ${S} -type f -name .cvsignore -exec rm -rf '{}' \; # remove specific cruft rm -rf ${S}/DamogDotOrg-0.2/messenger.msn.com rm -f ${S}/Jimmac/.theme.swp rm -f ${S}/exhaustive/lt_purple.tar rm -f ${S}/gnu-smileys-1.0/{COPYING,README} rm -f ${S}/nis/LICENSE rm -f ${S}/sftd/Thumbs.db rm -f ${S}/tweak/README } src_install() { dodir /usr/share/pixmaps/gaim/smileys cp -r ${S}/* ${D}/usr/share/pixmaps/gaim/smileys }