diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-02-15 23:24:26 +0200 |
commit | 7224c1253228e5c29c78cb3f0f26ce34770f2356 (patch) | |
tree | 1684924656132935256e034f35f92abee6623265 /app-admin/example1/example1-2012.ebuild |
Added ebuilds for kogaion desktop
Diffstat (limited to 'app-admin/example1/example1-2012.ebuild')
-rw-r--r-- | app-admin/example1/example1-2012.ebuild | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/app-admin/example1/example1-2012.ebuild b/app-admin/example1/example1-2012.ebuild new file mode 100644 index 00000000..b66ad776 --- /dev/null +++ b/app-admin/example1/example1-2012.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=3 + +DESCRIPTION="Cacatul meu personal" +HOMEPAGE="http://pkg.rogentos.ro/" +SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/fisier.tar.gz" + +LICENSE="GPL-2" +IUSE="primulflag" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" + +RDEPEND="" +DEPEND="${RPEDEND}" + +S="${WORKDIR}" + +src_install() { + dodir /home/cacatulmeupersonal || die "Creem folderul" + insinto /home/cacatulmeupersonal || die "Intram in folder" + doins fisier || die "Copiem fisierul fisier din arhiva" + + if use primulflag; then + sed -i 's/CACAAT/ceva/g' fisier || die "Nu a reusit functia" + insinto /home/cacatulmeupersonal/ || die + doins fisier || die + fi + + if ! use primulflag; then + ewarn "Nu ai folosit flag-ul asta" || die + echo "asta-i echo, dar modificat... genetic" || die + fi + +} |