summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2012-12-03 13:17:54 +0000
committerMichael Palimaka <kensington@gentoo.org>2012-12-03 13:17:54 +0000
commit47c03345c7a5d38bb33512d3550df1c2e2277e26 (patch)
treeb87294048ea64012a2f23d7b0b23e250255f0cdd /dev-libs/syncdir
parentRemove old. (diff)
downloadgentoo-2-47c03345c7a5d38bb33512d3550df1c2e2277e26.tar.gz
gentoo-2-47c03345c7a5d38bb33512d3550df1c2e2277e26.tar.bz2
gentoo-2-47c03345c7a5d38bb33512d3550df1c2e2277e26.zip
Remove old.
(Portage version: 2.1.11.33/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
Diffstat (limited to 'dev-libs/syncdir')
-rw-r--r--dev-libs/syncdir/ChangeLog5
-rw-r--r--dev-libs/syncdir/syncdir-1.0.ebuild29
2 files changed, 4 insertions, 30 deletions
diff --git a/dev-libs/syncdir/ChangeLog b/dev-libs/syncdir/ChangeLog
index 52a3fafa2111..0744690b5684 100644
--- a/dev-libs/syncdir/ChangeLog
+++ b/dev-libs/syncdir/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/syncdir
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/ChangeLog,v 1.16 2012/12/01 19:50:24 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/ChangeLog,v 1.17 2012/12/03 13:17:54 kensington Exp $
+
+ 03 Dec 2012; Michael Palimaka <kensington@gentoo.org> -syncdir-1.0.ebuild:
+ Remove old.
01 Dec 2012; Raúl Porcel <armin76@gentoo.org> syncdir-1.0.ebuild,
syncdir-1.0-r1.ebuild:
diff --git a/dev-libs/syncdir/syncdir-1.0.ebuild b/dev-libs/syncdir/syncdir-1.0.ebuild
deleted file mode 100644
index b29a5627b9d1..000000000000
--- a/dev-libs/syncdir/syncdir-1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/syncdir/syncdir-1.0.ebuild,v 1.14 2012/12/01 19:50:24 armin76 Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Provides an alternate implementation for open, link, rename, and unlink "
-HOMEPAGE="http://untroubled.org/syncdir"
-SRC_URI="http://untroubled.org/syncdir/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-
-RDEPEND=""
-
-src_compile() {
- emake CC="$(tc-getCC)" || die "compile problem"
-}
-
-src_install () {
- dodir /usr
- dodir /usr/lib
-
- make prefix="${D}"/usr install || die "install problem"
-
- dodoc testsync.c
-}