summaryrefslogtreecommitdiff
path: root/app-admin/example2/example2-1.0.ebuild
diff options
context:
space:
mode:
authorBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:35:34 +0200
committerBlackNoxis <steven.darklight@gmail.com>2014-02-15 23:35:34 +0200
commitb115116bcd7cbb77ca3c5da0944f3b21f5b614a0 (patch)
tree4b7d01bdb548fcc95d8c96aacfbfd803b8d2f847 /app-admin/example2/example2-1.0.ebuild
parent9328591824bd65465c49995e23c193f61f594a4e (diff)
Removing examples of ebuilds. no teaching lessons on main repos
Diffstat (limited to 'app-admin/example2/example2-1.0.ebuild')
-rw-r--r--app-admin/example2/example2-1.0.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/app-admin/example2/example2-1.0.ebuild b/app-admin/example2/example2-1.0.ebuild
deleted file mode 100644
index 0d442efa..00000000
--- a/app-admin/example2/example2-1.0.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=3
-
-inherit eutils
-
-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_prepare() {
- epatch "${FILESDIR}"/patch-1.0.patch || die
-}
-
-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/cacat/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
-
-}