diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-13 19:42:49 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-13 19:42:49 +0000 |
commit | ae8e1ec4a3d60807e2961ce899222b408eb87c66 (patch) | |
tree | 25724715b2fb9249b8376683e032d18d65f1fa2a /x11-themes/gaim-smileys | |
parent | Corrected Homepage. Closes #19255. (diff) | |
download | gentoo-2-ae8e1ec4a3d60807e2961ce899222b408eb87c66.tar.gz gentoo-2-ae8e1ec4a3d60807e2961ce899222b408eb87c66.tar.bz2 gentoo-2-ae8e1ec4a3d60807e2961ce899222b408eb87c66.zip |
various touchups
Diffstat (limited to 'x11-themes/gaim-smileys')
-rw-r--r-- | x11-themes/gaim-smileys/Manifest | 2 | ||||
-rw-r--r-- | x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild | 22 |
2 files changed, 22 insertions, 2 deletions
diff --git a/x11-themes/gaim-smileys/Manifest b/x11-themes/gaim-smileys/Manifest index 9cde8bac05af..e1b16c3bc492 100644 --- a/x11-themes/gaim-smileys/Manifest +++ b/x11-themes/gaim-smileys/Manifest @@ -1,3 +1,3 @@ -MD5 4f7cf30410ffac0f0a28c5475a96d729 gaim-smileys-20030413.ebuild 1448 +MD5 608a127143a847dd734ae14a950d083e gaim-smileys-20030413.ebuild 1968 MD5 1654a72206a25fa16f6fd94f67c6095f ChangeLog 394 MD5 ea0113494da9897628030bf0aa6ea08a files/digest-gaim-smileys-20030413 832 diff --git a/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild b/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild index 81f71bd10bdc..8c0b96dd1bc3 100644 --- a/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild +++ b/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild @@ -1,11 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild,v 1.1 2003/04/13 19:15:18 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild,v 1.2 2003/04/13 19:42:41 liquidx Exp $ RESTRICT="${RESTRICT} nostrip" DESCRIPTION="Snapshot of Available Gaim Smiley Themes" HOMEPAGE="http://gaim.sourceforge.net/themes.php" +# use absolute links rather than php-redirects from gaim.sf.net SRC_URI="http://www.ics.uci.edu/~swrobel/Jimmac.tar.gz http://www.kingant.net/oscar/gaim/icq.tar.gz http://gaim.sourceforge.net/exhaustive.tar.gz @@ -34,6 +35,25 @@ src_compile() { src_install() { cd ${WORKDIR} + + # get rid of crufty .xvpics + for x in `find . -type d -name .xvpics`; do + rm -rf ${x} + done + + # get rid of misc files not related to themes + # - you should review this if you add more themes + rm -f kids/Makefile* + rm -f kids/.cvsignore + rm -f Jimmac/theme~ + rm -f Jimmac/.theme.swp + rm -f alien/.cvsignore + rm -f bugeyes/Makefile* + rm -f CrystalAIM/Makefile* + rm -f EasterAIM/Makefile* + rm -f exhaustive/lt_purple.tar + + # only install the directories dodir /usr/share/pixmaps/gaim/smileys for x in *; do if [ -d ${x} ]; then |