diff options
author | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-04-21 18:51:07 +0200 |
---|---|---|
committer | Marc-Antoine Perennou <Marc-Antoine@Perennou.com> | 2011-04-21 18:51:07 +0200 |
commit | 76e33ff9846ae04ee60aed4c25db15dd0d265ec1 (patch) | |
tree | cfd827d945af60d90dda88014cff6b72af8c8020 /sys-apps | |
parent | fix udev warning (diff) | |
download | keruspe-76e33ff9846ae04ee60aed4c25db15dd0d265ec1.tar.gz keruspe-76e33ff9846ae04ee60aed4c25db15dd0d265ec1.tar.bz2 keruspe-76e33ff9846ae04ee60aed4c25db15dd0d265ec1.zip |
paludis -> git-2
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/paludis/Manifest | 2 | ||||
-rw-r--r-- | sys-apps/paludis/paludis-9999.ebuild | 8 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/paludis/Manifest b/sys-apps/paludis/Manifest index b552277a..e322c391 100644 --- a/sys-apps/paludis/Manifest +++ b/sys-apps/paludis/Manifest @@ -1,3 +1,3 @@ AUX 0001-paludis-sort-world.patch 6310 RMD160 357a75bb564fbc9cc1393b6f18d5b10c8f0d76b1 SHA1 d97692020706a011096a15bc80313f57f4408529 SHA256 04f2586336bf5923cb63e51283b93f731722dcb28f31d5d5e39bb944bda7b877 AUX 0002-cave-resolve-ask.patch 8354 RMD160 95e8ecbaa7de594167d7d090b3c704e754cd206c SHA1 70a8d11519c082555e42dc4b6537d28fcd63e4de SHA256 9460e59b21a24ce9483aabdfd1ba01c32383f0a527c7b0462219fab5d126abd7 -EBUILD paludis-9999.ebuild 4237 RMD160 26231b1e654674fa928b50f2926449f842fc9c0f SHA1 340ea46ec42722bdc2a9ef2a24896da87a27bb96 SHA256 b5a281f7f6a226caae29e0ffd997189b56e2de15403ede8ba49ee93b044b9df0 +EBUILD paludis-9999.ebuild 4190 RMD160 44297747f887a2dfea4fd5688513e9d2e1ac9aea SHA1 6906fb68fa1b7fb4a7123c8e75754a0bdd3525c9 SHA256 5be947a63bee2e258d19ade7844c2a324392587ddbe457a89214b98612da73a2 diff --git a/sys-apps/paludis/paludis-9999.ebuild b/sys-apps/paludis/paludis-9999.ebuild index cd152e99..69ed5cda 100644 --- a/sys-apps/paludis/paludis-9999.ebuild +++ b/sys-apps/paludis/paludis-9999.ebuild @@ -3,14 +3,12 @@ # $Header: $ EAPI="paludis-1" - -SCM_REPOSITORY="git://git.pioto.org/paludis.git" -SCM_CHECKOUT_TO="${DISTDIR}/git-src/paludis" -inherit scm-git bash-completion eutils +inherit bash-completion eutils git-2 DESCRIPTION="paludis, the other package mangler" HOMEPAGE="http://paludis.pioto.org/" SRC_URI="" +EGIT_REPO_URI="git://git.pioto.org/paludis.git" CLIENTS_USE="accerso appareo instruo" @@ -77,7 +75,7 @@ pkg_setup() { } src_unpack() { - scm_src_unpack + git-2_src_unpack cd "${S}" use sort-world && epatch ${FILESDIR}/0001-paludis-sort-world.patch use ask && epatch ${FILESDIR}/0002-cave-resolve-ask.patch |