diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-07-25 04:56:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-07-25 04:56:24 +0000 |
commit | 9909e7b6848455674022961f057761a9788ee760 (patch) | |
tree | ee0438c7b6070aba96a5db3e04fc6e2e2e8a24bf /x11-themes/gaim-smileys | |
parent | Marked stable on hppa. (diff) | |
download | historical-9909e7b6848455674022961f057761a9788ee760.tar.gz historical-9909e7b6848455674022961f057761a9788ee760.tar.bz2 historical-9909e7b6848455674022961f057761a9788ee760.zip |
touchups
Diffstat (limited to 'x11-themes/gaim-smileys')
-rw-r--r-- | x11-themes/gaim-smileys/Manifest | 8 | ||||
-rw-r--r-- | x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild | 23 | ||||
-rw-r--r-- | x11-themes/gaim-smileys/gaim-smileys-20030724.ebuild | 22 |
3 files changed, 19 insertions, 34 deletions
diff --git a/x11-themes/gaim-smileys/Manifest b/x11-themes/gaim-smileys/Manifest index 9da629ba43f8..d6c64999da7c 100644 --- a/x11-themes/gaim-smileys/Manifest +++ b/x11-themes/gaim-smileys/Manifest @@ -1,6 +1,6 @@ -MD5 da9c3ef80525749ea0de05134e7b78a5 gaim-smileys-20030724.ebuild 2392 -MD5 b195ac157153c7d7d0a37a06e76f5005 gaim-smileys-20030413.ebuild 1973 -MD5 a81941426b5f02fa33370f221a146e21 ChangeLog 944 -MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 MD5 ea0113494da9897628030bf0aa6ea08a files/digest-gaim-smileys-20030413 832 MD5 e5f57e841212f0f9226ab64aadc8dc5e files/digest-gaim-smileys-20030724 1209 +MD5 a81941426b5f02fa33370f221a146e21 ChangeLog 944 +MD5 68025316438833a4efb3353c167f777f gaim-smileys-20030413.ebuild 1852 +MD5 8f906ffe0aa837e5e26fe03af3043461 metadata.xml 219 +MD5 3a43a12b246a0dca50bd7ffdb8093927 gaim-smileys-20030724.ebuild 2324 diff --git a/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild b/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild index 325281543718..5a4bc85b33f3 100644 --- a/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild +++ b/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild @@ -1,8 +1,6 @@ # 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.4 2003/05/09 15:36:56 liquidx Exp $ - -RESTRICT="${RESTRICT} nostrip" +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/gaim-smileys-20030413.ebuild,v 1.5 2003/07/25 04:56:15 vapier Exp $ DESCRIPTION="Snapshot of Available Gaim Smiley Themes" HOMEPAGE="http://gaim.sourceforge.net/themes.php" @@ -25,22 +23,15 @@ SRC_URI="http://www.ics.uci.edu/~swrobel/Jimmac.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="x86" -IUSE="" + DEPEND=">=net-im/gaim-0.59" -S=${WORKDIR} -src_compile() { - einfo "No compilation required" -} +S=${WORKDIR} src_install() { - cd ${WORKDIR} - # get rid of crufty .xvpics - for x in `find . -type d -name .xvpics`; do - rm -rf ${x} - done - + find . -type d -name .xvpics -exec rm -rf '{}' \; + # get rid of misc files not related to themes # - you should review this if you add more themes rm -f kids/Makefile* @@ -55,8 +46,8 @@ src_install() { # only install the directories dodir /usr/share/pixmaps/gaim/smileys - for x in *; do - if [ -d ${x} ]; then + for x in * ; do + if [ -d ${x} ] ; then einfo "Installing ${x} Smileys" cp -ar ${x} ${D}/usr/share/pixmaps/gaim/smileys fi diff --git a/x11-themes/gaim-smileys/gaim-smileys-20030724.ebuild b/x11-themes/gaim-smileys/gaim-smileys-20030724.ebuild index 78c71346c853..da49db28d5e8 100644 --- a/x11-themes/gaim-smileys/gaim-smileys-20030724.ebuild +++ b/x11-themes/gaim-smileys/gaim-smileys-20030724.ebuild @@ -1,10 +1,7 @@ # 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-20030724.ebuild,v 1.3 2003/07/24 19:31:55 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gaim-smileys/gaim-smileys-20030724.ebuild,v 1.4 2003/07/25 04:56:15 vapier Exp $ -RESTRICT="${RESTRICT} nostrip" - -IUSE="offensive" 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 @@ -32,8 +29,10 @@ SRC_URI="http://www.ics.uci.edu/~swrobel/Jimmac.tar.gz LICENSE="as-is" SLOT="0" KEYWORDS="~x86 ~ppc ~sparc ~alpha" -IUSE="" +IUSE="offensive" + DEPEND=">=net-im/gaim-0.59" + S=${WORKDIR} src_compile() { @@ -41,13 +40,9 @@ src_compile() { } src_install() { - cd ${WORKDIR} - # get rid of crufty .xvpics - for x in `find . -type d -name .xvpics`; do - rm -rf ${x} - done - + find . -type d -name .xvpics -exec rm -rf '{}' \; + # get rid of misc files not related to themes # - you should review this if you add more themes rm -f kids/Makefile* @@ -63,11 +58,10 @@ src_install() { # only install the directories dodir /usr/share/pixmaps/gaim/smileys - for x in *; do - if [ -d ${x} ]; then + for x in * ; do + if [ -d ${x} ] ; then einfo "Installing ${x} Smileys" cp -ar ${x} ${D}/usr/share/pixmaps/gaim/smileys fi done } - |