Parent Directory
|
Revision Log
Stable for amd64/x86 (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key B4AFF2C2)
| 1 | # Copyright 1999-2012 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/x11-themes/tactile3/tactile3-3.1.ebuild,v 1.1 2011/06/24 17:06:17 hwoarang Exp $ |
| 4 | |
| 5 | EAPI=4 |
| 6 | |
| 7 | MY_PN="Tactile3" |
| 8 | MY_P="${MY_PN}-${PV}" |
| 9 | |
| 10 | DESCRIPTION="The third evolution of Tactile theme series" |
| 11 | HOMEPAGE="http://gnome-look.org/content/show.php/Tactile3?content=111845" |
| 12 | SRC_URI="http://gnome-look.org/CONTENT/content-files/111845-${MY_PN}.tar.gz" |
| 13 | |
| 14 | LICENSE="Artistic-2" |
| 15 | SLOT="0" |
| 16 | KEYWORDS="amd64 x86" |
| 17 | IUSE="" |
| 18 | |
| 19 | RDEPEND="x11-themes/hicolor-icon-theme" |
| 20 | |
| 21 | S="${WORKDIR}"/${MY_PN} |
| 22 | |
| 23 | src_install() { |
| 24 | insinto /usr/share/themes/ |
| 25 | doins -r "${S}"/ |
| 26 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.20 |